ZappBaseLogger

interface ZappBaseLogger

Functions

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