Package-level declarations
Integration with SLF4J MDC.
Types
Link copied to clipboard
class MDCContext(val contextMap: MDCContextMap = MDC.getCopyOfContextMap()) : ThreadContextElement<MDCContextMap> , AbstractCoroutineContextElement
MDC context element for CoroutineContext.
Link copied to clipboard
The value of MDC context map. See MDC.getCopyOfContextMap.