KLogRegistry

abstract class KLogRegistry

Constructors

Link copied to clipboard
fun KLogRegistry()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun applyToBranch(name: String, toApply: KLog.() -> Unit)
Link copied to clipboard
abstract operator fun get(name: String): KLog
inline fun get(    name: String,     level: Level? = null,     noinline writer: KLogWriter? = null,     noinline messageFormatter: KMessageFormatter? = null,     noinline nameFormatter: KNameFormatter? = null): KLog
Link copied to clipboard
abstract fun getLogs(): Set<KLog>

Inheritors

Link copied to clipboard