Logger

class Logger(cls: Class<*>)

Constructors

Link copied to clipboard
constructor(cls: Class<*>)

Functions

Link copied to clipboard
fun debug(message: String, e: Throwable? = null)
Link copied to clipboard
fun error(message: String, e: Throwable? = null)
Link copied to clipboard
fun info(message: String, e: Throwable? = null)
Link copied to clipboard
fun lifecycle(message: String, e: Throwable? = null)
Link copied to clipboard
fun quiet(message: String, e: Throwable? = null)
Link copied to clipboard
fun trace(message: String, e: Throwable? = null)
Link copied to clipboard
fun warn(message: String, e: Throwable? = null)