Call

data class Call(val level: LogLevel, val tag: String, val message: String, val throwable: Throwable?, val metadata: ReadMetadata)

The arguments passed to CallListLogger.log.

Constructors

Link copied to clipboard
constructor(level: LogLevel, tag: String, message: String, throwable: Throwable?, metadata: ReadMetadata)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tag: String
Link copied to clipboard