1 write to _currentDataHasErrors
Aspire.Dashboard (1)
Model\StructuredLogsViewModel.cs (1)
93
_currentDataHasErrors
= logs.Items.Any(i => i.Severity >= Microsoft.Extensions.Logging.LogLevel.Error);
1 reference to _currentDataHasErrors
Aspire.Dashboard (1)
Model\StructuredLogsViewModel.cs (1)
116
public bool HasErrors() =>
_currentDataHasErrors
|| GetErrorLogs(count: 0).TotalItemCount > 0;