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

commonMain.saschpe.log4k.ConsoleLogger.kt Maven / Gradle / Ivy

package saschpe.log4k

/**
 * Log to the platform-specific console.
 */
expect class ConsoleLogger() : Logger {
    override fun print(level: Log.Level, tag: String, message: String?, throwable: Throwable?)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy