Implemented interface member:
property
Verbosity
Microsoft.Build.Framework.ILogger.Verbosity
1 reference to Verbosity
Microsoft.Build.Utilities.Core (1)
Logger.cs (1)
63
public bool IsVerbosityAtLeast(LoggerVerbosity checkVerbosity) =>
Verbosity
>= checkVerbosity;