TestLogWriter

class TestLogWriter(loggable: Severity) : LogWriter

Constructors

Link copied to clipboard
constructor(loggable: Severity)

Types

Link copied to clipboard
data class LogEntry(val severity: Severity, val message: String, val tag: String?, val throwable: Throwable?)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun assertCount(count: Int)
Link copied to clipboard
Link copied to clipboard
open override fun isLoggable(tag: String, severity: Severity): Boolean
Link copied to clipboard
open override fun log(severity: Severity, message: String, tag: String, throwable: Throwable?)
Link copied to clipboard
fun reset()