This is better.

This commit is contained in:
Aria Moradi
2021-04-04 03:37:00 +04:30
parent 7a52e19235
commit 177c971b52
6 changed files with 28 additions and 23 deletions

View File

@@ -9,4 +9,4 @@ fun setLoggingEnabled(enabled: Boolean = true) {
logger.level = if (enabled) {
Level.DEBUG
} else Level.ERROR
}
}