Package org.slf4j.impl
Class StaticMDCBinder
- java.lang.Object
-
- org.slf4j.impl.StaticMDCBinder
-
public final class StaticMDCBinder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static StaticMDCBinder
SINGLETON
-
Constructor Summary
Constructors Modifier Constructor Description private
StaticMDCBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.slf4j.spi.MDCAdapter
getMDCA()
java.lang.String
getMDCAdapterClassStr()
-
-
-
Field Detail
-
SINGLETON
public static final StaticMDCBinder SINGLETON
-
-