KSLog
Types
Functions
Link copied to clipboard
                open fun performLog(    level: LogLevel,     message: String,     throwable: Throwable?)
Content copied to clipboard
abstract fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
Content copied to clipboard
open fun performLog(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: () -> String)
Content copied to clipboard
Link copied to clipboard
                open suspend fun performLogS(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: suspend () -> String)
Content copied to clipboard
Inheritors
Extensions
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                inline fun KSLog.l(    level: LogLevel,     tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
Content copied to clipboard
inline fun KSLog.l(    level: LogLevel,     e: Throwable? = null,     noinline messageBuilder: () -> String)
Content copied to clipboard
Link copied to clipboard
                inline fun KSLog.log(    level: LogLevel,     tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
Content copied to clipboard
inline fun KSLog.log(    level: LogLevel,     e: Throwable? = null,     noinline messageBuilder: () -> String)
Content copied to clipboard
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard