mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-12-23 05:15:41 +00:00
a lot of changes and improvements
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package dev.inmo.kslog.common
|
||||
|
||||
actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit = { l, t, m, e ->
|
||||
defaultKSLogLogger.doLog(l, t, m.toString(), e)
|
||||
}
|
||||
Reference in New Issue
Block a user