Logging

object Logging(source)

Utilities returning loggers.

Functions

Link copied to clipboard
fun currentLogger(): KLogger

Returns the KLogger for the class which calls this method.

Link copied to clipboard
fun getLogger(): Logger

Returns the Logger for the class which calls this method.

fun getLogger(obj: Any): Logger

Returns the Logger for the class of this object.