data class LogEntry
LogEntry(level: LogLevel, details: String, summary: String? = null)
val details: String
val level: LogLevel
val summary: String?