Package org.slf4j.impl
Class StaticMDCBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMDCBinder
-
public class StaticMDCBinder extends Object
This class is only a stub. Real implementations are found in each SLF4J binding project, e.g. slf4j-nop, slf4j-log4j12 etc.- Author:
- Ceki Gülcü
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMDCBinderSINGLETONThe unique instance of this class.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MDCAdaptergetMDCA()Currently this method always returns an instance ofStaticMDCBinder.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 ofStaticMDCBinder.
-
getMDCAdapterClassStr
public String getMDCAdapterClassStr()
-
-