Root

private class Root(val tags: List<String>) : Trace

Constructors

Link copied to clipboard
fun Root(tags: List<String>)

Functions

Link copied to clipboard
open override fun asString(): String
Link copied to clipboard
internal fun child(vararg tags: Any, args: Iterable<Any>): Trace
internal fun child(tags: Iterable<Any>, args: Iterable<Any>): Trace
Link copied to clipboard
open override fun <R> fold(initial: R, operation: (R, CoroutineContext.Element) -> R): R
Link copied to clipboard
open operator override fun <E : CoroutineContext.Element> get(key: CoroutineContext.Key<E>): E?
Link copied to clipboard
open override fun minusKey(key: CoroutineContext.Key<*>): CoroutineContext
Link copied to clipboard
open operator fun plus(context: CoroutineContext): CoroutineContext

Properties

Link copied to clipboard
open override val depth: Int = 0
Link copied to clipboard
open override val key: CoroutineContext.Key<*>
Link copied to clipboard
val tags: List<String>

Sources

Link copied to clipboard