org.slf4j.helpers
public class: SubstituteLoggerFactory [javadoc |
source]
java.lang.Object
org.slf4j.helpers.SubstituteLoggerFactory
All Implemented Interfaces:
ILoggerFactory
SubstituteLoggerFactory is an trivial implementation of
ILoggerFactory which always returns the unique instance of NOPLogger.
It used as a temporary substitute for the real ILoggerFactory during its
auto-configuration which may re-enter LoggerFactory to obtain logger
instances. See also http://bugzilla.slf4j.org/show_bug.cgi?id=106
Field Summary |
---|
final List | loggerNameList | |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |