Searched refs:MDCContextMap (Results 1 – 1 of 1) sorted by relevance
16 public typealias MDCContextMap = Map<String, String>? typealias46 public val contextMap: MDCContextMap = MDC.getCopyOfContextMap()47 ) : ThreadContextElement<MDCContextMap>, AbstractCoroutineContextElement(Key) {54 override fun updateThreadContext(context: CoroutineContext): MDCContextMap { in updateThreadContext()61 override fun restoreThreadContext(context: CoroutineContext, oldState: MDCContextMap) { in restoreThreadContext()65 private fun setCurrent(contextMap: MDCContextMap) { in setCurrent()