Christopher,
You may want to take a look at pax-logging. ----- Original Message ----- From: "Christopher BROWN" <[email protected]> To: [email protected] Sent: Tuesday, June 7, 2011 3:09:58 PM Subject: Implementing the OSGi logging service Hello, I chose Felix to add embedded OSGi capabilities to an existing host application, and am happy with that choice. The host application already uses a logging framework (SLF4J with Logback Classic as the bound implementation), so I exported the SLF4J API -- not the Logback implementation -- using "system packages extra" and that's fine too. However, I'd like to provide an implementation of the standard OSGi logging service APIs that delegates logging to SLF4J so that I can hide that implementation choice a bit more. The felix logging implementation bundle includes both the API and the Felix implementation. My question is: where can I get the logging API without the Felix implementation? I'd like to get it from the same source as Felix, without having to hack at the Felix bundle to strip out the implementation that isn't necessary in my situation. Thanks, Christopher --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

