TestComponentsReporter

open class TestComponentsReporter : ErrorReporterDelegate

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getLoggedCategoryKeys(): List<Pair<LogLevel, String>>
Link copied to clipboard
open fun getLoggedMessages(): List<Pair<LogLevel, String>>
Link copied to clipboard
open fun hasMessageType(logLevel: LogLevel): Boolean
Link copied to clipboard
open fun report(    level: LogLevel,     categoryKey: String,     message: String,     @Nullable cause: Throwable,     samplingFrequency: Int,     @Nullable metadata: Map)