Companion

object Companion : Logger

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val tag: String

Functions

Link copied to clipboard
inline fun a(messageString: String, throwable: Throwable? = null, tag: String = this.tag)
inline fun a(throwable: Throwable? = null, tag: String = this.tag, message: () -> String)
fun a(tag: String, throwable: Throwable? = null, message: () -> String)
Link copied to clipboard
fun addLogWriter(vararg logWriter: LogWriter)
Link copied to clipboard
inline fun d(messageString: String, throwable: Throwable? = null, tag: String = this.tag)
inline fun d(throwable: Throwable? = null, tag: String = this.tag, message: () -> String)
fun d(tag: String, throwable: Throwable? = null, message: () -> String)
Link copied to clipboard
inline fun e(messageString: String, throwable: Throwable? = null, tag: String = this.tag)
inline fun e(throwable: Throwable? = null, tag: String = this.tag, message: () -> String)
fun e(tag: String, throwable: Throwable? = null, message: () -> String)
Link copied to clipboard
inline fun i(messageString: String, throwable: Throwable? = null, tag: String = this.tag)
inline fun i(throwable: Throwable? = null, tag: String = this.tag, message: () -> String)
fun i(tag: String, throwable: Throwable? = null, message: () -> String)
Link copied to clipboard
inline fun log(severity: Severity, tag: String, throwable: Throwable?, message: String)
Link copied to clipboard
inline fun logBlock(severity: Severity, tag: String, throwable: Throwable?, message: MessageBlock)
Link copied to clipboard
fun processLog(severity: Severity, tag: String, throwable: Throwable?, message: String)
Link copied to clipboard
fun setLogWriters(vararg logWriter: LogWriter)
fun setLogWriters(logWriters: List<LogWriter>)
Link copied to clipboard
fun setMinSeverity(severity: Severity)
Link copied to clipboard
fun setTag(tag: String)
Link copied to clipboard
inline fun v(messageString: String, throwable: Throwable? = null, tag: String = this.tag)
inline fun v(throwable: Throwable? = null, tag: String = this.tag, message: () -> String)
fun v(tag: String, throwable: Throwable? = null, message: () -> String)
Link copied to clipboard
inline fun w(messageString: String, throwable: Throwable? = null, tag: String = this.tag)
inline fun w(throwable: Throwable? = null, tag: String = this.tag, message: () -> String)
fun w(tag: String, throwable: Throwable? = null, message: () -> String)
Link copied to clipboard
fun withTag(tag: String): Logger