Atomikos Forum |
|
Why do you use org.slf4j.impl.StaticLoggerBinder in com.atomikos.logging.LoggerFactory. Since it is not a API class it won't be exported by slf4j or wrapper like pax-logging and therefore will never be visible to the classloader. Consequence is urgly output to stdout.
Hi,
thank you for using Atomikos osgi. I think we decided to use directly Impl because at least an Impl is required for slf4j. from : <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.7.5</version> </dependency> I can see : Export-Package: org.slf4j.impl;version=1.7.5 Which impl/version of slf4j do you use ? |