Package org.slf4j.impl
Class StaticMDCBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMDCBinder
-
@Deprecated(forRemoval=true) public final class StaticMDCBinder extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMDCBinderSINGLETONDeprecated, 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.spi.MDCAdaptergetMDCA()Deprecated, for removal: This API element is subject to removal in a future version.StringgetMDCAdapterClassStr()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
SINGLETON
public static final StaticMDCBinder SINGLETON
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getMDCA
public org.slf4j.spi.MDCAdapter getMDCA()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getMDCAdapterClassStr
public String getMDCAdapterClassStr()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-