mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-10-29 18:40:05 +00:00
a lot of changes and improvements
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package dev.inmo.kslog.common
|
||||
|
||||
/**
|
||||
* Default logger for current platform. You may change it, but you should remember that it is global logger
|
||||
* used in [KSLog.default] by default
|
||||
*/
|
||||
expect var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit
|
||||
Reference in New Issue
Block a user