Package org.slf4j.impl
Class StaticMDCBinder
java.lang.Object
org.slf4j.impl.StaticMDCBinder
This implementation is bound to
NOPMDCAdapter
.- Author:
- Ceki Gülcü
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.slf4j.spi.MDCAdapter
getMDCA()
Currently this method always returns an instance ofStaticMDCBinder
.static final StaticMDCBinder
Return the singleton of this class.
-
Field Details
-
SINGLETON
The unique instance of this class.
-
-
Method Details
-
getSingleton
Return the singleton of this class.- Returns:
- the StaticMDCBinder singleton
- Since:
- 1.7.14
-
getMDCA
public org.slf4j.spi.MDCAdapter getMDCA()Currently this method always returns an instance ofStaticMDCBinder
. -
getMDCAdapterClassStr
-