mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2026-07-05 09:34:54 +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 |