add actual defaultLogging in wasm

This commit is contained in:
InsanusMokrassar 2023-04-13 10:57:55 +06:00
parent 604ef1b347
commit 2a36f64b51
1 changed files with 4 additions and 0 deletions

View 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