Uses of Class
org.slf4j.MDC.MDCCloseable
-
Packages that use MDC.MDCCloseable Package Description org.slf4j Core logging interfaces. -
-
Uses of MDC.MDCCloseable in org.slf4j
Methods in org.slf4j that return MDC.MDCCloseable Modifier and Type Method Description static MDC.MDCCloseableMDC. putCloseable(String key, String val)Put a diagnostic context value (thevalparameter) as identified with thekeyparameter into the current thread's diagnostic context map.
-