2 references to Verbose
dotnet-watch (2)
DefaultHotReloadClient.cs (1)
125
=> Logger.IsEnabled(LogLevel.Debug) ? ResponseLoggingLevel.
Verbose
: ResponseLoggingLevel.WarningsAndErrors;
WebAssemblyHotReloadClient.cs (1)
112
var loggingLevel = Logger.IsEnabled(LogLevel.Debug) ? ResponseLoggingLevel.
Verbose
: ResponseLoggingLevel.WarningsAndErrors;