> I know that, it still require a lot of logging bundle installed, As far as I am aware there only needs to be one bundle installed.
org.ops4j.pax.logging:pax-logging-api:jar:1.3.0 if you want to support logging from the following apis: * Log4J driving the backend implementation. * Log4J API supported. * Jakarta Commons Logging API supported. * JDK Logging API support. * Avalon Logger API support. * SLF4J API support. * Knopflerfish Log service support. * Tomcat Juli API support. To also route the OSGI Compendium Logging interface then you also need to install 'org.ops4j.pax.logging:pax-logging-service:jar:1.3.0' and a compendium jar I suppose (depending on what this one exports?). > and log4j is really not osgi friendly That may be so but it has a hell of a lot of appenders already provided for you. You can choose to use whatever API you want from above list to interact with Pax-Logging -- Cheers, Peter Donald --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

