jvmMain.NullLog.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of logging-jvm Show documentation
Show all versions of logging-jvm Show documentation
"Logging Tools For Kotlin"
package de.peekandpoke.ultra.logging
object NullLog : Log {
override fun log(level: LogLevel, message: String) {
// noop
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy