All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.AutoLoggers.kt Maven / Gradle / Ivy

package dev.inmo.kslog.common

val Any.logTag
    get() = this::class.simpleName ?: error("Unable to retrieve log tag")
val Any.logger: KSLog
    get() = TagLogger(logTag)

fun taggedLogger(tagBase: Any): KSLog = tagBase.logger




© 2015 - 2025 Weber Informatics LLC | Privacy Policy