Companion

object Companion

Functions

Link copied to clipboard
inline operator fun <T : Any> invoke(): Logger

Gets a Logger from its KClass.simpleName

operator fun invoke(name: String): Logger

Gets a Logger from its name

Link copied to clipboard

Set the Level and defaultLevel for all Logger that currently exist

Properties

Link copied to clipboard

The default Level used for all Logger that doesn't have its Logger.level set

Link copied to clipboard

The default Output used for all Logger that doesn't have its Logger.output set