Package org.slf4j.impl
Class StaticMDCBinder
- java.lang.Object
-
- org.simplify4u.slf4jmock.MDCMock
-
- org.slf4j.impl.StaticMDCBinder
-
public class StaticMDCBinder extends MDCMock
Implementation for MDC Binder
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static StaticMDCBinderSINGLETON
-
Constructor Summary
Constructors Constructor Description StaticMDCBinder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.spi.MDCAdaptergetMDCA()static StaticMDCBindergetSingleton()Return the singleton of this class.
-
-
-
Field Detail
-
SINGLETON
static final StaticMDCBinder SINGLETON
-
-
Method Detail
-
getSingleton
public static StaticMDCBinder getSingleton()
Return the singleton of this class.- Returns:
- the StaticMDCBinder singleton
-
getMDCA
public org.slf4j.spi.MDCAdapter getMDCA()
-
-