Logger

interface Logger

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun isLoggable(priority: LogPriority): Boolean
Link copied to clipboard
abstract fun log(priority: LogPriority, tag: String, data: Any?, throwable: Throwable?, message: String)