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.MDCCloseable
MDC. putCloseable(String key, String val)
Put a diagnostic context value (theval
parameter) as identified with thekey
parameter into the current thread's diagnostic context map.
-