Package org.slf4j.impl
Class StaticMDCBinder
java.lang.Object
org.slf4j.impl.StaticMDCBinder
This implementation is bound to 
NOPMDCAdapter.- Author:
- Ceki Gülcü
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionorg.slf4j.spi.MDCAdaptergetMDCA()Currently this method always returns an instance ofStaticMDCBinder.static final StaticMDCBinderReturn the singleton of this class.
- 
Field Details- 
SINGLETONThe unique instance of this class.
 
- 
- 
Method Details- 
getSingletonReturn the singleton of this class.- Returns:
- the StaticMDCBinder singleton
- Since:
- 1.7.14
 
- 
getMDCApublic org.slf4j.spi.MDCAdapter getMDCA()Currently this method always returns an instance ofStaticMDCBinder.
- 
getMDCAdapterClassStr
 
-