Package org.slf4j.impl
Class StaticMarkerBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMarkerBinder
-
- All Implemented Interfaces:
org.slf4j.spi.MarkerFactoryBinder
@Deprecated(forRemoval=true) public final class StaticMarkerBinder extends Object implements org.slf4j.spi.MarkerFactoryBinder
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMarkerBinderSINGLETONDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.slf4j.IMarkerFactorygetMarkerFactory()Deprecated, for removal: This API element is subject to removal in a future version.StringgetMarkerFactoryClassStr()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
SINGLETON
public static final StaticMarkerBinder SINGLETON
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getMarkerFactory
public org.slf4j.IMarkerFactory getMarkerFactory()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getMarkerFactoryin interfaceorg.slf4j.spi.MarkerFactoryBinder
-
getMarkerFactoryClassStr
public String getMarkerFactoryClassStr()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getMarkerFactoryClassStrin interfaceorg.slf4j.spi.MarkerFactoryBinder
-
-