2 implementations of OnlyLogCriticalEvents
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
449public bool OnlyLogCriticalEvents
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
84public bool OnlyLogCriticalEvents
1 write to OnlyLogCriticalEvents
Microsoft.Build (1)
Definition\ProjectCollection.cs (1)
1766_loggingService.OnlyLogCriticalEvents = onlyLogCriticalEvents;
17 references to OnlyLogCriticalEvents
Microsoft.Build (17)
BackEnd\Components\Logging\ProjectLoggingContext.cs (1)
98if (!LoggingService.OnlyLogCriticalEvents &&
BackEnd\Components\Logging\TargetLoggingContext.cs (1)
99if (!LoggingService.OnlyLogCriticalEvents && s_enableTargetOutputLogging && targetOutputs != null)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (2)
223if (LogTaskInputs && !LoggingContext.LoggingService.OnlyLogCriticalEvents && itemsToAdd?.Count > 0) 267if (LogTaskInputs && !LoggingContext.LoggingService.OnlyLogCriticalEvents && itemsToRemove.Count > 0)
BackEnd\Components\RequestBuilder\IntrinsicTasks\PropertyGroupIntrinsicTask.cs (1)
83if (LogTaskInputs && !LoggingContext.LoggingService.OnlyLogCriticalEvents)
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
367if (!projectLoggingContext.LoggingService.OnlyLogCriticalEvents)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (5)
250if (!_loggingService.OnlyLogCriticalEvents) 270if (!_loggingService.OnlyLogCriticalEvents) 1091if (!_loggingService.OnlyLogCriticalEvents) 1131if (!_loggingService.OnlyLogCriticalEvents) 1157if (!_loggingService.OnlyLogCriticalEvents)
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
614if (!_targetLoggingContext.LoggingService.OnlyLogCriticalEvents)
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (5)
1300if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1427if (hasElements && LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && parameter.Log) 1471if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents) 1503if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents && outputs.Length > 0 && parameter.Log) 1540if (LogTaskInputs && !_taskLoggingContext.LoggingService.OnlyLogCriticalEvents)