i use SLF4J and it seems to automagically connect with Karaf's pax logging. from there, you would use Karaf's log:set and log:display commands (log:tail if you want to be "notified". check out [1] for more details on Karaf logging.
[1]: http://karaf.apache.org/manual/2.2.5/users-guide/logging-system.html ~ Reuben On Monday, April 2, 2012, Marek Šabo wrote: > > I would like to ask how can I be notified/log/see uncaught exceptions that > originate from my bundle. > > Is there any way to log uncaught exception from bundles? I don't know if > all the code I use won't let one slip through. >
