LogcatLogger

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun isLoggable(priority: LogPriority): Boolean

Whether a log with the provided priority should be logged and the corresponding message providing lambda evaluated. Called by logcat.

Link copied to clipboard
abstract fun log(priority: LogPriority, tag: String, message: String)

Write a log to its destination. Called by logcat.