KSLog/src/wasmMain/kotlin/defaultLogging.kt

5 lines
170 B
Kotlin
Raw Normal View History

2023-04-13 04:57:55 +00:00
package dev.inmo.kslog.common
internal actual val defaultLogging: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit
get() = printlnLogging