4 references to LogEntryType
Aspire.Dashboard (4)
ConsoleLogs\LogParser.cs (2)
53Type = isErrorOutput ? LogEntryType.Error : LogEntryType.Default
src\Shared\ConsoleLogs\LogEntry.cs (2)
13public LogEntryType Type { get; init; } = LogEntryType.Default;