mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-10-19 21:50:09 +00:00
add actual defaultLogging in wasm
This commit is contained in:
4
src/wasmMain/kotlin/defaultLogging.kt
Normal file
4
src/wasmMain/kotlin/defaultLogging.kt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
package dev.inmo.kslog.common
|
||||||
|
|
||||||
|
internal actual val defaultLogging: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit
|
||||||
|
get() = printlnLogging
|
Reference in New Issue
Block a user