Package org.slf4j.impl
Class StaticMDCBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMDCBinder
-
public final class StaticMDCBinder extends Object
-
-
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 org.slf4j.spi.MDCAdapter
getMDCA()
Currently this method always returns an instance ofStaticMDCBinder
.String
getMDCAdapterClassStr()
Retrieve the adapter class name.
-
-
-
Field Detail
-
SINGLETON
public static final StaticMDCBinder SINGLETON
The unique instance of this class.
-
-
Method Detail
-
getMDCA
public org.slf4j.spi.MDCAdapter getMDCA()
Currently this method always returns an instance ofStaticMDCBinder
.- Returns:
- an MDC adapter
-
getMDCAdapterClassStr
public String getMDCAdapterClassStr()
Retrieve the adapter class name.- Returns:
- The adapter class name.
-
-