2 references to LogLevelText
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
445
if (
LogLevelText
is not null && Enum.TryParse<LogLevel>(
LogLevelText
, ignoreCase: true, out var logLevel))