style: log message
This commit is contained in:
parent
a3eaf023c8
commit
1e3babfccb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import xyz.atnrch.wrench.WrenchApp
|
|||
class Logger {
|
||||
companion object {
|
||||
private fun log(level: Level, log: String) {
|
||||
println("${WrenchApp.PREFIX} - ${level.getName()} - $log")
|
||||
println("${WrenchApp.PREFIX} ${level.getName()} - $log")
|
||||
}
|
||||
|
||||
fun debug(log: String) {
|
||||
|
|
Reference in a new issue