LogInterface

interface LogInterface

Interface for logging

Functions

Link copied to clipboard
abstract fun d(    tag: String,     msg: String,     throwable: Throwable? = null)

Send a debugging log

Link copied to clipboard
abstract fun e(    tag: String,     msg: String,     throwable: Throwable? = null)

Send an error log

Link copied to clipboard
abstract fun i(    tag: String,     msg: String,     throwable: Throwable? = null)

Send an information log

Link copied to clipboard
abstract fun w(    tag: String,     msg: String,     throwable: Throwable? = null)

Send a warning log

Inheritors

Link copied to clipboard