38 references to Normal
dotnet (2)
Extensions\CommonOptionsExtensions.cs (2)
19LoggerVerbosity verbosity = LoggerVerbosity.Normal; 36verbosity = LoggerVerbosity.Normal;
Microsoft.Build (27)
BackEnd\BuildManager\BuildManager.cs (1)
3579get => LoggerVerbosity.Normal;
Logging\BaseConsoleLogger.cs (6)
38public LoggerVerbosity Verbosity { get; set; } = LoggerVerbosity.Normal; 153int indentLevel = IsVerbosityAtLeast(LoggerVerbosity.Normal) ? this.currentIndentLevel : 0; 172int indentLevel = IsVerbosityAtLeast(LoggerVerbosity.Normal) ? this.currentIndentLevel : 0; 246int indentLevel = IsVerbosityAtLeast(LoggerVerbosity.Normal) ? currentIndentLevel : 0; 289return LoggerVerbosity.Normal; 925if (ShowSummary == null && IsVerbosityAtLeast(LoggerVerbosity.Normal))
Logging\ConsoleLogger.cs (1)
62: this(LoggerVerbosity.Normal)
Logging\DistributedLoggers\ConfigurableForwardingLogger.cs (2)
240if (IsVerbosityAtLeast(LoggerVerbosity.Normal)) 390private LoggerVerbosity _verbosity = LoggerVerbosity.Normal;
Logging\FileLogger.cs (2)
36LoggerVerbosity.Normal, 93if (!SkipProjectStartedText && Verbosity >= LoggerVerbosity.Normal)
Logging\ParallelLogger\ParallelConsoleLogger.cs (11)
37: this(LoggerVerbosity.Normal) 230if (IsVerbosityAtLeast(LoggerVerbosity.Normal)) 256if (IsVerbosityAtLeast(LoggerVerbosity.Normal)) 298if (IsVerbosityAtLeast(LoggerVerbosity.Normal)) 685if (IsVerbosityAtLeast(LoggerVerbosity.Normal)) 1069if (IsVerbosityAtLeast(LoggerVerbosity.Normal)) 1115if (IsVerbosityAtLeast(LoggerVerbosity.Normal)) 1156if ((_showCommandLine.HasValue && !_showCommandLine.Value) || (!_showCommandLine.HasValue && !IsVerbosityAtLeast(LoggerVerbosity.Normal))) 1176&& IsVerbosityAtLeast(LoggerVerbosity.Normal)) 1252if (IsVerbosityAtLeast(LoggerVerbosity.Normal)) 1331if (IsVerbosityAtLeast(LoggerVerbosity.Normal))
Logging\ParallelLogger\ParallelLoggerHelpers.cs (1)
629if (verbosity > LoggerVerbosity.Normal)
Logging\TerminalLogger\ForwardingTerminalLogger.cs (1)
122|| (e.Importance == MessageImportance.Normal && Verbosity > LoggerVerbosity.Normal)))
Logging\TerminalLogger\TerminalLogger.cs (2)
290LoggerVerbosity verbosity = LoggerVerbosity.Normal; 1319if (Verbosity > LoggerVerbosity.Normal)
Microsoft.Build.Framework (1)
Logging\LoggerParametersHelper.cs (1)
33verbosity = LoggerVerbosity.Normal;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Build\ProjectBuildManager.cs (1)
247Verbosity = MSB.Framework.LoggerVerbosity.Normal
MSBuild (5)
XMake.cs (5)
694LoggerVerbosity verbosity = LoggerVerbosity.Normal; 695LoggerVerbosity originalVerbosity = LoggerVerbosity.Normal; 3365originalVerbosity = LoggerVerbosity.Normal; 3800LoggerVerbosity verbosity = LoggerVerbosity.Normal; 3815verbosity = LoggerVerbosity.Normal;
NuGet.Build.Tasks.Console (2)
ConsoleLoggingQueue.cs (1)
92case LoggerVerbosity.Normal:
MSBuildStaticGraphRestore.cs (1)
69_loggingQueueLazy = new Lazy<ConsoleLoggingQueue>(() => new ConsoleLoggingQueue(LoggerVerbosity.Normal));