KSLog/src/linuxX64Main/kotlin/KSLoggerDefaultPlatformLoggerLambda.kt

4 lines
175 B
Kotlin
Raw Normal View History

2023-11-18 11:55:19 +00:00
package dev.inmo.kslog.common
actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit =
printlnLogging