Package org.slf4j.impl
Class StaticMDCBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMDCBinder
-
@Deprecated(since="2021-07-04") public class StaticMDCBinder extends Object
Deprecated.Log implementation classes are not compatible with AEM as a Cloud Service.This implementation is bound toLogbackMDCAdapter.
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMDCBinderSINGLETONDeprecated.The unique instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description MDCAdaptergetMDCA()Deprecated.Currently this method always returns an instance ofStaticMDCBinder.StringgetMDCAdapterClassStr()Deprecated.
-
-
-
Field Detail
-
SINGLETON
public static final StaticMDCBinder SINGLETON
Deprecated.The unique instance of this class.
-
-
Method Detail
-
getMDCA
public MDCAdapter getMDCA()
Deprecated.Currently this method always returns an instance ofStaticMDCBinder.
-
getMDCAdapterClassStr
public String getMDCAdapterClassStr()
Deprecated.
-
-