mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-11-14 02:10:16 +00:00
add trace level
This commit is contained in:
@@ -5,6 +5,7 @@ internal actual val defaultLogging: (level: LogLevel, tag: String, message: Any,
|
||||
arrayOf(m, e)
|
||||
} ?: arrayOf(m)
|
||||
when (l) {
|
||||
LogLevel.TRACE,
|
||||
LogLevel.DEBUG -> console.log(*args)
|
||||
LogLevel.VERBOSE,
|
||||
LogLevel.INFO -> console.info(*args)
|
||||
|
||||
Reference in New Issue
Block a user