KSLog/src/commonMain/kotlin/KSLoggerDefaultPlatformLoggerLambdaExpect.kt

7 lines
308 B
Kotlin
Raw Normal View History

2023-11-18 11:55:19 +00:00
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