KSLog

interface KSLog

Types

Link copied to clipboard
object Companion : KSLog

Functions

Link copied to clipboard
open fun performLog(    level: LogLevel,     message: String,     throwable: Throwable?)
abstract fun performLog(    level: LogLevel,     tag: String?,     message: String,     throwable: Throwable?)
open fun performLog(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: () -> String)
Link copied to clipboard
open suspend fun performLogS(    level: LogLevel,     tag: String?,     throwable: Throwable?,     messageBuilder: suspend () -> String)

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard
inline fun KSLog.assert(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.assert(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.assert(message: String, e: Throwable? = null)
inline fun KSLog.assert(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline suspend fun KSLog.assertS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.assertS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline fun KSLog.d(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.d(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.d(message: String, e: Throwable? = null)
inline fun KSLog.d(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline fun KSLog.debug(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.debug(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.debug(message: String, e: Throwable? = null)
inline fun KSLog.debug(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline suspend fun KSLog.debugS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.debugS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline suspend fun KSLog.dS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.dS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline fun KSLog.e(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.e(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.e(message: String, e: Throwable? = null)
inline fun KSLog.e(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline fun KSLog.error(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.error(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.error(message: String, e: Throwable? = null)
inline fun KSLog.error(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline suspend fun KSLog.errorS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.errorS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline suspend fun KSLog.eS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.eS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline fun KSLog.i(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.i(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.i(message: String, e: Throwable? = null)
inline fun KSLog.i(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline fun KSLog.info(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.info(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.info(message: String, e: Throwable? = null)
inline fun KSLog.info(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline suspend fun KSLog.infoS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.infoS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
operator fun KSLog.invoke(performLogCallback: (level: LogLevel, tag: String?, message: String, throwable: Throwable?) -> Unit): CallbackKSLog
Link copied to clipboard
inline suspend fun KSLog.iS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.iS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline fun KSLog.l(    level: LogLevel,     tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.l(    level: LogLevel,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.l(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.l(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline fun KSLog.log(    level: LogLevel,     tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.log(    level: LogLevel,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.log(    level: LogLevel,     message: String,     e: Throwable? = null)
inline fun KSLog.log(    level: LogLevel,     tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline suspend fun KSLog.logS(    level: LogLevel,     tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.logS(    level: LogLevel,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline suspend fun KSLog.lS(    level: LogLevel,     tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.lS(    level: LogLevel,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline fun KSLog.v(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.v(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.v(message: String, e: Throwable? = null)
inline fun KSLog.v(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline fun KSLog.verbose(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.verbose(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.verbose(message: String, e: Throwable? = null)
inline fun KSLog.verbose(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline suspend fun KSLog.verboseS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.verboseS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline suspend fun KSLog.vS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.vS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline fun KSLog.w(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.w(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.w(message: String, e: Throwable? = null)
inline fun KSLog.w(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline fun KSLog.warning(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.warning(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.warning(message: String, e: Throwable? = null)
inline fun KSLog.warning(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline suspend fun KSLog.warningS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.warningS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline suspend fun KSLog.wS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.wS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)
Link copied to clipboard
inline fun KSLog.wtf(e: Throwable? = null, noinline messageBuilder: () -> String)
inline fun KSLog.wtf(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: () -> String)
inline fun KSLog.wtf(message: String, e: Throwable? = null)
inline fun KSLog.wtf(    tag: String,     message: String,     e: Throwable? = null)
Link copied to clipboard
inline suspend fun KSLog.wtfS(e: Throwable? = null, noinline messageBuilder: suspend () -> String)
inline suspend fun KSLog.wtfS(    tag: String?,     e: Throwable? = null,     noinline messageBuilder: suspend () -> String)

Sources

Link copied to clipboard