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
FieldsModifier and TypeFieldDescriptionstatic StringDeprecated, 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 final StaticLoggerBinderDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionorg.slf4j.ILoggerFactoryDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static StaticLoggerBinderDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
SINGLETON
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-
-
Constructor Details
-
StaticLoggerBinder
public StaticLoggerBinder()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLoggerFactoryClassStrin interfaceorg.slf4j.spi.LoggerFactoryBinder
-
getSingleton
Deprecated, for removal: This API element is subject to removal in a future version.
-