Uses of Interface
org.slf4j.spi.MDCAdapter
-
Packages that use MDCAdapter Package Description org.slf4j Core logging interfaces.org.slf4j.helpers Helper classes.org.slf4j.impl Implementations of core logging interfaces defined in theorg.slf4jpackage. -
-
Uses of MDCAdapter in org.slf4j
Fields in org.slf4j declared as MDCAdapter Modifier and Type Field Description (package private) static MDCAdapterMDC. mdcAdapterMethods in org.slf4j that return MDCAdapter Modifier and Type Method Description static MDCAdapterMDC. getMDCAdapter()Returns the MDCAdapter instance currently in use. -
Uses of MDCAdapter in org.slf4j.helpers
Classes in org.slf4j.helpers that implement MDCAdapter Modifier and Type Class Description classBasicMDCAdapterBasic MDC implementation, which can be used with logging systems that lack out-of-the-box MDC support.classNOPMDCAdapterThis adapter is an empty implementation of theMDCAdapterinterface. -
Uses of MDCAdapter in org.slf4j.impl
Methods in org.slf4j.impl that return MDCAdapter Modifier and Type Method Description MDCAdapterStaticMDCBinder. getMDCA()Currently this method always returns an instance ofStaticMDCBinder.
-