Logger

interface Logger

Functions

Link copied to clipboard
abstract fun clearLogCache()
Link copied to clipboard
abstract fun createChild(vararg chips: String): Logger
Link copied to clipboard
abstract fun exportLog(directory: File, bytesLimit: Int? = null, minLogLevel: LogLevel? = null): File
Link copied to clipboard
abstract fun logD(tag: String, message: String, isImportant: Boolean = false): Logger
Link copied to clipboard
abstract fun logE(tag: String, message: String, throwable: Throwable? = null, isImportant: Boolean = false): Logger
Link copied to clipboard
abstract fun logF(tag: String, message: String, throwable: Throwable? = null, isImportant: Boolean = false): Logger
Link copied to clipboard
abstract fun logI(tag: String, message: String, isImportant: Boolean = false): Logger
Link copied to clipboard
abstract fun logV(tag: String, message: String, isImportant: Boolean = false): Logger
Link copied to clipboard
abstract fun logW(tag: String, message: String, throwable: Throwable? = null, isImportant: Boolean = false): Logger
Link copied to clipboard
abstract fun setMinLogLevel(level: LogLevel)