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

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