Logger

interface Logger

Functions

Link copied to clipboard
open fun debug(tag: String, message: String, throwable: Throwable? = null)
Link copied to clipboard
open fun error(tag: String, message: String, throwable: Throwable? = null)
Link copied to clipboard
open fun info(tag: String, message: String, throwable: Throwable? = null)
Link copied to clipboard
open fun warn(tag: String, message: String, throwable: Throwable? = null)