Logger

interface Logger

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val minimumPriority: Int

Minimum priority to log. It should be either Log.DEBUG or Log.ERROR

Functions

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