jvmMain.klog.jvm.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of klog-jvm Show documentation
Show all versions of klog-jvm Show documentation
Kotlin multiplatform logging implementation
The newest version!
package klog
private object JvmLogRegistry : DefaultLogFactory()
actual fun createKLogFactory(): KLogFactory = JvmLogRegistry