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

me.xx2bab.koncat.contract.KLogger.kt Maven / Gradle / Ivy

package me.xx2bab.koncat.contract

interface KLogger {
    fun logging(message: String)
    fun info(message: String)
    fun warn(message: String)
    fun error(message: String)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy