TestLogger

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override var level: ILogger.Level

Functions

Link copied to clipboard
fun d(tag: String, message: String, throwable: Throwable?)
Link copied to clipboard
fun e(tag: String, message: String, throwable: Throwable?)
Link copied to clipboard
fun i(tag: String, message: String, throwable: Throwable?)
Link copied to clipboard
open fun isLoggable(level: ILogger.Level): Boolean
Link copied to clipboard
open override fun log(level: ILogger.Level, tag: String, message: String, throwable: Throwable?)
Link copied to clipboard
fun v(tag: String, message: String, throwable: Throwable?)
Link copied to clipboard
fun w(tag: String, message: String, throwable: Throwable?)