CallbackKSLog

class CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit) : KSLog

Constructors

Link copied to clipboard
fun CallbackKSLog(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit)

Functions

Link copied to clipboard
open override fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)

Sources

Link copied to clipboard