Package org.slf4j.impl
Class StaticLoggerBinder
- java.lang.Object
-
- org.slf4j.impl.StaticLoggerBinder
-
- All Implemented Interfaces:
org.slf4j.spi.LoggerFactoryBinder
public class StaticLoggerBinder extends java.lang.Object implements org.slf4j.spi.LoggerFactoryBinderImplementation of Logger Binder.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREQUESTED_API_VERSIONprivate static StaticLoggerBinderSINGLETON
-
Constructor Summary
Constructors Constructor Description StaticLoggerBinder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.ILoggerFactorygetLoggerFactory()java.lang.StringgetLoggerFactoryClassStr()static StaticLoggerBindergetSingleton()
-
-
-
Field Detail
-
SINGLETON
private static final StaticLoggerBinder SINGLETON
-
REQUESTED_API_VERSION
public static final java.lang.String REQUESTED_API_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSingleton
public static StaticLoggerBinder getSingleton()
-
getLoggerFactory
public org.slf4j.ILoggerFactory getLoggerFactory()
- Specified by:
getLoggerFactoryin interfaceorg.slf4j.spi.LoggerFactoryBinder
-
getLoggerFactoryClassStr
public java.lang.String getLoggerFactoryClassStr()
- Specified by:
getLoggerFactoryClassStrin interfaceorg.slf4j.spi.LoggerFactoryBinder
-
-