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

jvmMain.NullLog.kt Maven / Gradle / Ivy

There is a newer version: 0.77.0
Show newest version
package de.peekandpoke.ultra.logging

object NullLog : Log {

    override fun log(level: LogLevel, message: String) {
        // noop
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy