ProxyLogger

class ProxyLogger(name: String)

Constructors

Link copied to clipboard
constructor(name: String)

Functions

Link copied to clipboard
fun debug(msg: () -> String, t: Throwable? = null)
Link copied to clipboard
fun error(msg: () -> String, t: Throwable? = null)
Link copied to clipboard
fun info(msg: () -> String, t: Throwable? = null)
Link copied to clipboard
fun trace(msg: () -> String, t: Throwable? = null)
Link copied to clipboard
fun warn(msg: () -> String, t: Throwable? = null)