KLog

open class KLog : Log

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var logLevel: Log.Level

The minimum log level to output

Functions

Link copied to clipboard
open override fun debug(message: String, ex: Throwable?)

Debugging output

Link copied to clipboard
open override fun error(message: String, ex: Throwable?)

Encountered an error or exception

Link copied to clipboard
open override fun info(message: String, ex: Throwable?)

Informational output

Link copied to clipboard
fun log(msg: String, level: Log.Level, ex: Throwable? = null)
Link copied to clipboard
open override fun verbose(message: String, ex: Throwable?)

Verbose output

Link copied to clipboard
open override fun warning(message: String, ex: Throwable?)

Encountered a potential problem

Link copied to clipboard
open override fun wtf(message: String, ex: Throwable?)

Encountered a completely unexpected scenario