XtrasLoggerImpl

class XtrasLoggerImpl @Inject constructor(val project: Project?, val tag: String, val logToStdout: Boolean, val logToGradle: Boolean) : Logger

Constructors

Link copied to clipboard
@Inject
constructor(project: Project?, tag: String, logToStdout: Boolean, logToGradle: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: Project?
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)