Package org.slf4j.impl
Class StaticMDCBinder
java.lang.Object
org.slf4j.impl.StaticMDCBinder
This implementation is bound to
NOPMDCAdapter.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.slf4j.spi.MDCAdaptergetMDCA()Currently this method always returns an instance ofStaticMDCBinder.static final StaticMDCBinderReturn the singleton of this class.
-
Field Details
-
SINGLETON
The unique instance of this class.
-
-
Constructor Details
-
StaticMDCBinder
private StaticMDCBinder()
-
-
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
-