Uses of Interface
org.slf4j.spi.MDCAdapter
Packages that use MDCAdapter
Package
Description
Core logging interfaces.
Helper classes.
Implementations of core logging interfaces defined in the
org.slf4j
package.-
Uses of MDCAdapter in org.slf4j
Fields in org.slf4j declared as MDCAdapterMethods in org.slf4j that return MDCAdapterModifier and TypeMethodDescriptionprivate static MDCAdapter
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. -
Uses of MDCAdapter in org.slf4j.helpers
Classes in org.slf4j.helpers that implement MDCAdapterModifier and TypeClassDescriptionclass
Basic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support.class
This adapter is an empty implementation of theMDCAdapter
interface. -
Uses of MDCAdapter in org.slf4j.impl
Methods in org.slf4j.impl that return MDCAdapterModifier and TypeMethodDescriptionStaticMDCBinder.getMDCA()
Currently this method always returns an instance ofStaticMDCBinder
.