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