public class SeparateSLF4JImplBridge extends Object
LoggerFactory to bind to a separated SLF4J
implementation, i.e. an SLF4J backend Jar that is on the classpath of a child
class loader.
The SLF4J backend shall typically be Logback, but our implementation here is valid for any other SLF4J backend.
This implementation uses introspection to access the separated
org.slf4j.impl.StaticLoggerBinder class.
Diagnostics can be activated by lowering the
SLF4JDelegatingLog.diagnostics level.
LoggerFactory,
LoggerFactoryBinderCopyright © 2015–2017. All rights reserved.