style: log message

This commit is contained in:
aro 2022-11-17 11:28:00 +01:00
parent a3eaf023c8
commit 1e3babfccb

View file

@ -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) {