Package org.slf4j.impl
Class StaticMDCBinder
java.lang.Object
org.slf4j.impl.StaticMDCBinder
This class is only a stub. Real implementations are found in
each SLF4J binding project, e.g. slf4j-nop, slf4j-log4j12 etc.
- Author:
- Ceki Gülcü
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetMDCA()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.
-
-
Method Details
-
getSingleton
Return the singleton of this class.- Returns:
- the StaticMDCBinder singleton
- Since:
- 1.7.14
-
getMDCA
Currently this method always returns an instance ofStaticMDCBinder. -
getMDCAdapterClassStr
-