Logger

interface Logger

Inheritors

Types

Link copied to clipboard
object Default : Logger

Functions

Link copied to clipboard
abstract fun d(tag: String, messageBlock: () -> String)
Link copied to clipboard
abstract fun e(tag: String, throwable: Throwable? = null, messageBlock: () -> String)
Link copied to clipboard
abstract fun i(tag: String, messageBlock: () -> String)
Link copied to clipboard
abstract fun v(tag: String, messageBlock: () -> String)
Link copied to clipboard
abstract fun w(tag: String, throwable: Throwable? = null, messageBlock: () -> String)