Coroutine Log Context
class CoroutineLogContext(data: <ERROR CLASS> = MutableLogContext()) : AbstractCoroutineContextElement
Content copied to clipboard
Constructors
Types
Functions
Link copied to clipboard
open operator override fun <E : CoroutineContext.Element> get(key: CoroutineContext.Key<E>): E?
Content copied to clipboard
Link copied to clipboard
open override fun minusKey(key: CoroutineContext.Key<*>): CoroutineContext
Content copied to clipboard
Link copied to clipboard