Logger

abstract class Logger

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open var logLevel: LogLevel
Link copied to clipboard

Functions

Link copied to clipboard
fun createTag(clazz: KClass<*>): String
Link copied to clipboard
open fun d(tag: String, lazyMsg: () -> String)
open fun d(tag: String, throwable: Throwable? = null, lazyMsg: () -> String)
Link copied to clipboard
open fun e(tag: String, lazyMsg: () -> String)
open fun e(tag: String, throwable: Throwable? = null, lazyMsg: () -> String)
Link copied to clipboard
open fun w(tag: String, lazyMsg: () -> String)
open fun w(tag: String, throwable: Throwable? = null, lazyMsg: () -> String)