mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2024-11-18 14:13:46 +00:00
5 lines
170 B
Kotlin
5 lines
170 B
Kotlin
package dev.inmo.kslog.common
|
|
|
|
internal actual val defaultLogging: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit
|
|
get() = printlnLogging
|