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"The binding of LoggerFactory class with an actual instance of ILoggerFactory is performed using information returned by this class."
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringREQUESTED_API_VERSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.ILoggerFactorygetLoggerFactory()java.lang.StringgetLoggerFactoryClassStr()static StaticLoggerBindergetSingleton()Gets the singleton.
-
-
-
Method Detail
-
getSingleton
public static final StaticLoggerBinder getSingleton()
Gets the singleton.- Returns:
- the singleton
-
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
-
-