Home
last modified time | relevance | path

Searched refs:MDCContextMap (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/integration/kotlinx-coroutines-slf4j/src/
DMDCContext.kt16 public typealias MDCContextMap = Map<String, String>? typealias
47 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()