Package org.slf4j.impl
Class StaticLoggerBinder
- java.lang.Object
-
- org.slf4j.impl.StaticLoggerBinder
-
- All Implemented Interfaces:
LoggerFactoryBinder
public final class StaticLoggerBinder extends Object implements LoggerFactoryBinder
-
-
Field Summary
Fields Modifier and Type Field Description static StringREQUESTED_API_VERSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ILoggerFactorygetLoggerFactory()StringgetLoggerFactoryClassStr()static StaticLoggerBindergetSingleton()
-
-
-
Field Detail
-
REQUESTED_API_VERSION
public static final String REQUESTED_API_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSingleton
public static StaticLoggerBinder getSingleton()
-
getLoggerFactory
public ILoggerFactory getLoggerFactory()
- Specified by:
getLoggerFactoryin interfaceLoggerFactoryBinder
-
getLoggerFactoryClassStr
public String getLoggerFactoryClassStr()
- Specified by:
getLoggerFactoryClassStrin interfaceLoggerFactoryBinder
-
-