2 implementations of IsVerbose
dotnet-watch (1)
UI\ConsoleReporter.cs (1)
14public bool IsVerbose { get; } = verbose;
dotnet-watch.Tests (1)
TestUtilities\TestReporter.cs (1)
14public bool IsVerbose
1 reference to IsVerbose
dotnet-watch (1)
UI\IReporter.cs (1)
104=> reporter.IsVerbose || logLevel > LogLevel.Debug;