Loggable

interface Loggable

Functions

Link copied to clipboard
abstract fun getMessagePrefix(): String
Link copied to clipboard
abstract fun isLoggable(level: Int, priority: Int): Boolean
Link copied to clipboard
abstract fun println(priority: Int, tag: String, msg: String, tr: Throwable)
Instructs first LogNode in the list to print the log data provided.
Link copied to clipboard
abstract fun setMessagePrefix(prefix: String)