Package org.slf4j.impl
Class StaticLoggerBinder
java.lang.Object
org.slf4j.impl.StaticLoggerBinder
- All Implemented Interfaces:
LoggerFactoryBinder
Binds
LoggerFactory
class with an instance of ILoggerFactory
.-
Field Summary
Modifier and TypeFieldDescriptionstatic String
Declare the version of the SLF4J API this implementation is compiled against. -
Method Summary
-
Field Details
-
REQUESTED_API_VERSION
Declare the version of the SLF4J API this implementation is compiled against.
-
-
Method Details
-
getSingleton
Return the singleton of this class.- Returns:
- the StaticLoggerBinder singleton
-
getLoggerFactory
- Specified by:
getLoggerFactory
in interfaceLoggerFactoryBinder
-
getLoggerFactoryClassStr
- Specified by:
getLoggerFactoryClassStr
in interfaceLoggerFactoryBinder
-