mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-11-10 10:13:47 +00:00
4 lines
175 B
Kotlin
4 lines
175 B
Kotlin
|
package dev.inmo.kslog.common
|
||
|
|
||
|
actual var KSLoggerDefaultPlatformLoggerLambda: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit =
|
||
|
printlnLogging
|