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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMDCA()
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.
-
-
Constructor Details
-
StaticMDCBinder
private StaticMDCBinder()
-
-
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
-