KSLog/src/linuxArm32HfpMain/kotlin/DefaultLoggingActual.kt

5 lines
170 B
Kotlin
Raw Normal View History

2022-09-12 09:44:59 +00:00
package dev.inmo.kslog.common
internal actual val defaultLogging: (level: LogLevel, tag: String, message: Any, throwable: Throwable?) -> Unit
get() = printlnLogging