Package org.slf4j.impl
Class StaticMDCBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMDCBinder
-
public final class StaticMDCBinder extends Object
BindsMarkerFactoryclass with an instance ofIMarkerFactory.
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMDCBinderSINGLETONThe unique instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MDCAdaptergetMDCA()Returns an instance of MDC.StringgetMDCAdapterClassStr()Returns the class name of MDC.
-
-
-
Field Detail
-
SINGLETON
public static final StaticMDCBinder SINGLETON
The unique instance of this class.
-
-
Method Detail
-
getMDCA
public MDCAdapter getMDCA()
Returns an instance of MDC.- Returns:
- a MDC
-
getMDCAdapterClassStr
public String getMDCAdapterClassStr()
Returns the class name of MDC.- Returns:
- the class name
-
-