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

commonMain.dev.bluefalcon.Logger.kt Maven / Gradle / Ivy

There is a newer version: 2.2.1
Show newest version
package dev.bluefalcon

interface Logger {
    fun error(message: String, cause: Throwable? = null)
    fun warn(message: String, cause: Throwable? = null)
    fun info(message: String, cause: Throwable? = null)
    fun debug(message: String, cause: Throwable? = null)
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy