SmartLogger

interface SmartLogger

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

className
Link copied to clipboard
open val className: String

Extensions

debug
Link copied to clipboard
fun SmartLogger.debug(message: String, throwable: Throwable? = null)
Equivalent of Log.d
error
Link copied to clipboard
fun SmartLogger.error(message: String, throwable: Throwable? = null)
Equivalent of Log.e
info
Link copied to clipboard
fun SmartLogger.info(message: String, throwable: Throwable? = null)
Equivalent of Log.i
verbose
Link copied to clipboard
fun SmartLogger.verbose(message: String, throwable: Throwable? = null)
Equivalent of Log.v
warn
Link copied to clipboard
fun SmartLogger.warn(message: String, throwable: Throwable? = null)
Equivalent of Log.w