Package org.slf4j.impl
Class StaticLoggerBinder
- java.lang.Object
-
- org.slf4j.impl.StaticLoggerBinder
-
- All Implemented Interfaces:
org.slf4j.spi.LoggerFactoryBinder
public final class StaticLoggerBinder extends java.lang.Object implements org.slf4j.spi.LoggerFactoryBinder
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
REQUESTED_API_VERSION
Declare the version of the SLF4J API this implementation is compiled against.static StaticLoggerBinder
SINGLETON
-
Constructor Summary
Constructors Constructor Description StaticLoggerBinder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.ILoggerFactory
getLoggerFactory()
java.lang.String
getLoggerFactoryClassStr()
static StaticLoggerBinder
getSingleton()
-
-
-
Field Detail
-
SINGLETON
public static final StaticLoggerBinder SINGLETON
-
REQUESTED_API_VERSION
public static java.lang.String REQUESTED_API_VERSION
Declare the version of the SLF4J API this implementation is compiled against. The value of this field is usually modified with each release.
-
-
Method Detail
-
getLoggerFactory
public org.slf4j.ILoggerFactory getLoggerFactory()
- Specified by:
getLoggerFactory
in interfaceorg.slf4j.spi.LoggerFactoryBinder
-
getLoggerFactoryClassStr
public java.lang.String getLoggerFactoryClassStr()
- Specified by:
getLoggerFactoryClassStr
in interfaceorg.slf4j.spi.LoggerFactoryBinder
-
getSingleton
public static StaticLoggerBinder getSingleton()
-
-