Package org.slf4j.impl
Class StaticLoggerBinder
- java.lang.Object
-
- org.slf4j.impl.StaticLoggerBinder
-
- All Implemented Interfaces:
org.slf4j.spi.LoggerFactoryBinder
@Deprecated(forRemoval=true) public final class StaticLoggerBinder extends Object implements org.slf4j.spi.LoggerFactoryBinder
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Field Summary
Fields Modifier and Type Field Description static StringREQUESTED_API_VERSIONDeprecated, for removal: This API element is subject to removal in a future version.Declare the version of the SLF4J API this implementation is compiled against.static StaticLoggerBinderSINGLETONDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description StaticLoggerBinder()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.slf4j.ILoggerFactorygetLoggerFactory()Deprecated, for removal: This API element is subject to removal in a future version.StringgetLoggerFactoryClassStr()Deprecated, for removal: This API element is subject to removal in a future version.static StaticLoggerBindergetSingleton()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
SINGLETON
public static final StaticLoggerBinder SINGLETON
Deprecated, for removal: This API element is subject to removal in a future version.
-
REQUESTED_API_VERSION
public static String REQUESTED_API_VERSION
Deprecated, for removal: This API element is subject to removal in a future 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()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLoggerFactoryin interfaceorg.slf4j.spi.LoggerFactoryBinder
-
getLoggerFactoryClassStr
public String getLoggerFactoryClassStr()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLoggerFactoryClassStrin interfaceorg.slf4j.spi.LoggerFactoryBinder
-
getSingleton
public static StaticLoggerBinder getSingleton()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-