Package | Description |
---|---|
org.slf4j |
Core logging interfaces.
|
org.slf4j.helpers |
Helper classes.
|
org.slf4j.impl |
Implementations of core logging interfaces defined in the
org.slf4j package. |
Modifier and Type | Field and Description |
---|---|
(package private) static MDCAdapter |
MDC.mdcAdapter |
Modifier and Type | Method and Description |
---|---|
private static MDCAdapter |
MDC.bwCompatibleGetMDCAdapterFromBinder()
As of SLF4J version 1.7.14, StaticMDCBinder classes shipping in various bindings
come with a getSingleton() method.
|
static MDCAdapter |
MDC.getMDCAdapter()
Returns the MDCAdapter instance currently in use.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicMDCAdapter
Basic MDC implementation, which can be used with logging systems that lack
out-of-the-box MDC support.
|
class |
NOPMDCAdapter
This adapter is an empty implementation of the
MDCAdapter interface. |
Modifier and Type | Class and Description |
---|---|
class |
Log4jMDCAdapter |
Modifier and Type | Method and Description |
---|---|
MDCAdapter |
StaticMDCBinder.getMDCA()
Currently this method always returns an instance of
StaticMDCBinder . |