LogEntry

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

Constructors

Link copied to clipboard
constructor(severity: Severity, message: String, tag: String?, throwable: Throwable?)

Properties

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