Package org.slf4j.impl
Class StaticMDCBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMDCBinder
-
public class StaticMDCBinder extends java.lang.ObjectThis implementation is bound toLogbackMDCAdapter.
-
-
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()Currently this method always returns an instance ofStaticMDCBinder.java.lang.StringgetMDCAdapterClassStr()
-
-
-
Field Detail
-
SINGLETON
public static final StaticMDCBinder SINGLETON
The unique instance of this class.
-
-
Method Detail
-
getMDCA
public MDCAdapter getMDCA()
Currently this method always returns an instance ofStaticMDCBinder.
-
getMDCAdapterClassStr
public java.lang.String getMDCAdapterClassStr()
-
-