Package org.slf4j.impl
Class StaticMDCBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMDCBinder
-
public final class StaticMDCBinder extends Object
BindsMarkerFactory
class with an instance ofIMarkerFactory
.
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMDCBinder
SINGLETON
The unique instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MDCAdapter
getMDCA()
Returns an instance of MDC.String
getMDCAdapterClassStr()
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
-
-