RE: Simple way to log all bundle events

2011-10-24 Thread Zhemzhitsky Sergey
Hello Guillaume, Thanks a lot. Best Regards, Sergey From: Guillaume Nodet [mailto:gno...@gmail.com] Sent: Monday, October 24, 2011 4:56 PM To: user@karaf.apache.org Subject: Re: Simple way to log all bundle events I think you have to. The OSGi framework is not mandated to log bundle

Re: Simple way to log all bundle events

2011-10-24 Thread Guillaume Nodet
I think you have to. The OSGi framework is not mandated to log bundle / service events, and Felix Framework does not, so you could either use a BundleListener or an EventHandler and log the events yourself. If you already use Camel, you could also look at http://gnodet.blogspot.com/2010/09/two-ka

Re: Simple way to log all bundle events

2011-10-24 Thread Glen Mazza
http://karaf.apache.org/manual/latest-2.2.x/users-guide/logging-system.html should help. Glen On 10/24/2011 04:20 AM, Zhemzhitsky Sergey wrote: Hi there, I have to log all bundle events (started, starting, etc.) among with some bundle properties, so I'm wondering in whether there is a simpl

Simple way to log all bundle events

2011-10-24 Thread Zhemzhitsky Sergey
Hi there, I have to log all bundle events (started, starting, etc.) among with some bundle properties, so I'm wondering in whether there is a simple way to do it without developing of custom BundleListener? Best Regards, Sergey ___ The info