Package org.slf4j.impl
Class StaticMDCBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMDCBinder
-
public class StaticMDCBinder extends java.lang.ObjectThis implementation is bound toNOPMDCAdapter.
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMDCBinderSINGLETONThe unique instance of this class.
-
Constructor Summary
Constructors Modifier Constructor Description privateStaticMDCBinder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MDCAdaptergetMDCA()Currently this method always returns an instance ofNOPMDCAdapter.java.lang.StringgetMDCAdapterClassStr()static StaticMDCBindergetSingleton()Return the singleton of this class.
-
-
-
Field Detail
-
SINGLETON
public static final StaticMDCBinder SINGLETON
The unique instance of this class.
-
-
Method Detail
-
getSingleton
public static final StaticMDCBinder getSingleton()
Return the singleton of this class.- Returns:
- the StaticMDCBinder singleton
- Since:
- 1.7.14
-
getMDCA
public MDCAdapter getMDCA()
Currently this method always returns an instance ofNOPMDCAdapter.- Returns:
- instance of NOPMDCAdapter
- Since:
- 1.7.14
-
getMDCAdapterClassStr
public java.lang.String getMDCAdapterClassStr()
-
-