Uses of Interface
org.slf4j.spi.MDCAdapter
Package
Description
Core logging interfaces.
Various SLF4J internal utility and helper classes.
NOP implementation
slf4j reload4j
Contains slf4j simple package.
Contains classes and interfaces which are intended for logging backends.
-
Uses of MDCAdapter in org.slf4j
Modifier and TypeMethodDescriptionstatic MDCAdapter
MDC.getMDCAdapter()
Returns the MDCAdapter instance currently in use. -
Uses of MDCAdapter in org.slf4j.helpers
Modifier 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.Modifier and TypeMethodDescriptionNOP_FallbackServiceProvider.getMDCAdapter()
SubstituteServiceProvider.getMDCAdapter()
-
Uses of MDCAdapter in org.slf4j.jul
-
Uses of MDCAdapter in org.slf4j.nop
-
Uses of MDCAdapter in org.slf4j.reload4j
-
Uses of MDCAdapter in org.slf4j.simple
-
Uses of MDCAdapter in org.slf4j.spi
Modifier and TypeMethodDescriptionSLF4JServiceProvider.getMDCAdapter()
Return the instance ofMDCAdapter
thatMDC
should bind to.