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.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.
-
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()
Return the singleton of this class.
-
-
-
Method Detail
-
getSingleton
public static final StaticLoggerBinder getSingleton()
Return the singleton of this class.- Returns:
- the StaticLoggerBinder singleton
-
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
-
-