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]

Reply via email to