class PrintLogger : Logger
Logger that print on system.out
Author
PrintLogger(level: Level = Level.INFO)
Logger that print on system.out |
var level: Level |
fun log(level: Level, msg: MESSAGE): Unit |
fun debug(msg: MESSAGE): Unit |
|
fun error(msg: MESSAGE): Unit |
|
fun info(msg: MESSAGE): Unit |
|
fun isAt(lvl: Level): Boolean |