Logger

open class Logger

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun debug(message: String, ex: Throwable?)
Link copied to clipboard
open fun error(message: String, ex: Throwable?)
Link copied to clipboard
open fun info(message: String, ex: Throwable?)
Link copied to clipboard
open fun verbose(message: String, ex: Throwable?)
Link copied to clipboard
open fun wtf(message: String, ex: Throwable?)