mirror of
https://github.com/InsanusMokrassar/KSLog.git
synced 2025-10-08 16:20:06 +00:00
add native platforms support
This commit is contained in:
4
src/linuxX64Main/kotlin/defaultLogging.kt
Normal file
4
src/linuxX64Main/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