ContextGoalLogger

class ContextGoalLogger(context: Context) : GoalLogger

Functions

emit
Link copied to clipboard
common
open override fun emit(vararg tags: String, message: suspend () -> String)
fold
Link copied to clipboard
common
open override fun <R> fold(initial: R, operation: (R, CoroutineContext.Element) -> R): R
get
Link copied to clipboard
common
open operator override fun <E : CoroutineContext.Element> get(key: CoroutineContext.Key<E>): E?
minusKey
Link copied to clipboard
common
open override fun minusKey(key: CoroutineContext.Key<*>): CoroutineContext
plus
Link copied to clipboard
common
open operator fun plus(context: CoroutineContext): CoroutineContext

Properties

context
Link copied to clipboard
common
val context: Context
key
Link copied to clipboard
common
open override val key: CoroutineContext.Key<*>