PosixKLogRegistry

object PosixKLogRegistry : DefaultLogRegistry

Functions

Link copied to clipboard
open override fun applyToBranch(name: String, toApply: KLog.() -> Unit)
Link copied to clipboard
open operator override 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
open override fun getLogs(): Set<KLog>