mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2026-05-18 04:27:19 +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 |