Logger

interface Logger

Inheritors

Types

Link copied to clipboard

Properties

Link copied to clipboard
abstract var level: Logger.Level
Link copied to clipboard
abstract val name: String

Functions

Link copied to clipboard
abstract fun debug(t: Throwable? = null, message: () -> Any?)
Link copied to clipboard
abstract fun error(t: Throwable? = null, message: () -> Any?)
Link copied to clipboard
abstract fun info(t: Throwable? = null, message: () -> Any?)
Link copied to clipboard
abstract fun trace(t: Throwable? = null, message: () -> Any?)
Link copied to clipboard
abstract fun warn(t: Throwable? = null, message: () -> Any?)