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

commonMain.mu.KotlinLogging.kt Maven / Gradle / Ivy

There is a newer version: 10.5.0.78949
Show newest version
package mu


expect object KotlinLogging {
    /**
     * This method allow defining the logger in a file in the following way:
     * ```
     * val logger = KotlinLogging.logger {}
     * ```
     */
    fun logger(func: () -> Unit): KLogger

    fun logger(name: String): KLogger
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy