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

commonMain.de.halfbit.logger.sink.LogSink.kt Maven / Gradle / Ivy

The newest version!
/** Copyright 2024 Halfbit GmbH, Sergej Shafarenka */
package de.halfbit.logger.sink

import de.halfbit.logger.LogLevel
import kotlinx.datetime.Instant

public interface LogSink {
    public fun log(level: LogLevel, tag: String, timestamp: Instant, message: String?, err: Throwable?)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy