DiagnosticEvent
data class DiagnosticEvent(val ts: Long, val level: DiagnosticLevel, val code: String, val category: DiagnosticCategory, val message: String, val context: Map<String, Any?>? = null)
A single structured diagnostic record.
Constructors
Link copied to clipboard
constructor(ts: Long, level: DiagnosticLevel, code: String, category: DiagnosticCategory, message: String, context: Map<String, Any?>? = null)