Log

interface Log

Functions

Link copied to clipboard
abstract fun debug(message: String, ex: Throwable? = null)

Debugging output

Link copied to clipboard
abstract fun error(message: String, ex: Throwable? = null)

Encountered an error or exception

Link copied to clipboard
abstract fun info(message: String, ex: Throwable? = null)

Informational output

Link copied to clipboard
abstract fun verbose(message: String, ex: Throwable? = null)

Verbose output

Link copied to clipboard
abstract fun wtf(message: String, ex: Throwable? = null)

Encountered a completely unexpected scenario