XtrasLoggerImpl

class XtrasLoggerImpl @Inject constructor(val tag: String) : Logger

Constructors

Link copied to clipboard
@Inject
constructor(tag: String)

Properties

Link copied to clipboard
open override val tag: String

Functions

Link copied to clipboard
inline fun debug(msg: String, err: Throwable? = null)
Link copied to clipboard
inline fun error(msg: String, err: Throwable? = null)
Link copied to clipboard
inline fun info(msg: String, err: Throwable? = null)
Link copied to clipboard
open override fun log(msg: String, level: LogLevel, err: Throwable?)
Link copied to clipboard
inline fun trace(msg: String, err: Throwable? = null)
Link copied to clipboard
inline fun warn(msg: String, err: Throwable? = null)