I think I want to do the following: I want to embed an OSGi container in an application that logs with logback, I want to list logback as a system bundle package, and have pax-logging route the output to the 'outside' by using the logback thus exported.
This seems intrinsically a bit tricky, since the API to logback is generally just slf4j. However, the fact that pax-logging-logback embeds the logback code, and then does not have Import-Package instructions to allow that embed to be overriden, also seems potentially problematic. In the code in its current form, can I do this? I could just try system-bundling slf4j itself and see if pax-logging-logback ends up doing what I want; I thought I'd ask in case someone had some prior experience to share. -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
