LogEngine

interface LogEngine

Inheritors

Functions

Link copied to clipboard
abstract fun assert(throwable: Throwable?, tag: String, message: String)
Link copied to clipboard
abstract fun debug(throwable: Throwable?, tag: String, message: String)
Link copied to clipboard
abstract fun error(throwable: Throwable?, tag: String, message: String)
Link copied to clipboard
abstract fun info(throwable: Throwable?, tag: String, message: String)
Link copied to clipboard
abstract fun verbose(throwable: Throwable?, tag: String, message: String)
Link copied to clipboard
abstract fun warn(throwable: Throwable?, tag: String, message: String)