Class StaticLoggerBinder
java.lang.Object
org.slf4j.impl.StaticLoggerBinder
- All Implemented Interfaces:
org.slf4j.spi.LoggerFactoryBinder
Binds
LoggerFactory class with an instance of ILoggerFactory.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringDeclare the version of the SLF4J API this implementation is compiled against. -
Method Summary
Modifier and TypeMethodDescriptionorg.slf4j.ILoggerFactorystatic StaticLoggerBinderReturns the singleton of this class.
-
Field Details
-
REQUESTED_API_VERSION
Declare the version of the SLF4J API this implementation is compiled against.
-
-
Method Details
-
getSingleton
Returns the singleton of this class.- Returns:
- the singleton of this class
-
getLoggerFactory
public org.slf4j.ILoggerFactory getLoggerFactory()- Specified by:
getLoggerFactoryin interfaceorg.slf4j.spi.LoggerFactoryBinder
-
getLoggerFactoryClassStr
- Specified by:
getLoggerFactoryClassStrin interfaceorg.slf4j.spi.LoggerFactoryBinder
-