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