Log

object Log

Bridge for logging utilities.

Functions

Link copied to clipboard
fun debug(message: Any)
fun debug(throwable: Throwable)

fun debug(message: () -> Any)

Logs the result of message lazily, only if the logger is set at debug level.

Link copied to clipboard
fun error(message: Any)
Link copied to clipboard
fun info(message: Any)
Link copied to clipboard
fun warn(message: Any)