4 references to ResponseLoggingLevel
Microsoft.AspNetCore.Components.WebAssembly (4)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.5.25258.39\contentFiles\cs\netstandard2.1\AgentReporter.cs (2)
18public IReadOnlyCollection<(string message, AgentMessageSeverity severity)> GetAndClearLogEntries(ResponseLoggingLevel level) 22var filteredLog = (level != ResponseLoggingLevel.Verbose)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.5.25258.39\contentFiles\cs\netstandard2.1\HotReloadAgent.cs (1)
105public IReadOnlyCollection<(string message, AgentMessageSeverity severity)> GetAndClearLogEntries(ResponseLoggingLevel loggingLevel)
HotReload\WebAssemblyHotReload.cs (1)
155return s_reporter.GetAndClearLogEntries((ResponseLoggingLevel)loggingLevel)