2 references to Verbose
Microsoft.DotNet.HotReload.Client.Tests (2)
DefaultHotReloadClient.cs (1)
125=> Logger.IsEnabled(LogLevel.Debug) ? ResponseLoggingLevel.Verbose : ResponseLoggingLevel.WarningsAndErrors;
WebAssemblyHotReloadClient.cs (1)
112var loggingLevel = Logger.IsEnabled(LogLevel.Debug) ? ResponseLoggingLevel.Verbose : ResponseLoggingLevel.WarningsAndErrors;