3 references to ResponseLoggingLevel
Microsoft.AspNetCore.Components.WebAssembly (3)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.7.25368.102\contentFiles\cs\net6.0\AgentReporter.cs (2)
20
public IReadOnlyCollection<(string message, AgentMessageSeverity severity)> GetAndClearLogEntries(
ResponseLoggingLevel
level)
24
var filteredLog = (level !=
ResponseLoggingLevel
.Verbose)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.7.25368.102\contentFiles\cs\net6.0\HotReloadAgent.cs (1)
107
public IReadOnlyCollection<(string message, AgentMessageSeverity severity)> GetAndClearLogEntries(
ResponseLoggingLevel
loggingLevel)