created on 12 Oct 2008, by Syndication, read more…
Part 3 explains how to catch all log events logged by OSGI Bundles using OSGI Log Services.
In part 2 you've seen that catching log entries from "classic" Log - Frameworks was very easy:✓ Choose the right bundles
✓ Create a config - file
-thats all :-)Remark: java.util.logging needs also this one-liner: SLF4JBridgeHandler.install();
Running an OSGI Enterprise Application you'll also find