Package org.slf4j.impl
Class StaticMDCBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMDCBinder
-
public class StaticMDCBinder extends java.lang.ObjectThis implementation is bound toBasicMDCAdapter.
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMDCBinderSINGLETON
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.spi.MDCAdaptergetMDCA()Currently this method always returns an instance ofBasicMDCAdapter.java.lang.StringgetMDCAdapterClassStr()Gets the MDC adapter class str.
-
-
-
Field Detail
-
SINGLETON
public static final StaticMDCBinder SINGLETON
-
-