1 write to _loggingService
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (1)
64
_loggingService
= loggingServices;
20 references to _loggingService
Microsoft.Build (20)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (20)
247
_loggingService
.LogBuildEvent(skippedTargetEventArgs);
250
if (!
_loggingService
.OnlyLogCriticalEvents)
270
if (!
_loggingService
.OnlyLogCriticalEvents)
276
_loggingService
.LogError(_buildEventContext, new BuildEventFileInfo(String.Empty), "BuildTargetCompletely", _targetToAnalyze.Name);
281
_loggingService
.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletely", _targetToAnalyze.Name);
287
_loggingService
.LogCommentFromText(_buildEventContext, MessageImportance.Low, reason);
294
_loggingService
.LogError(_buildEventContext, new BuildEventFileInfo(String.Empty), "BuildTargetPartially", _targetToAnalyze.Name);
299
_loggingService
.LogComment(_buildEventContext, MessageImportance.Normal, "BuildTargetPartially", _targetToAnalyze.Name);
304
_loggingService
.LogCommentFromText(_buildEventContext, MessageImportance.Low, reason);
377
_loggingService
.LogBuildEvent(args);
388
_loggingService
.LogBuildEvent(args);
455
_loggingService
.LogComment(_buildEventContext, MessageImportance.Normal,
458
_loggingService
.LogComment(_buildEventContext, MessageImportance.Low,
467
_loggingService
.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletely", _targetToAnalyze.Name);
468
_loggingService
.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletelyNoInputsSpecified");
496
_loggingService
.LogComment(_buildEventContext, MessageImportance.Normal,
499
_loggingService
.LogComment(_buildEventContext, MessageImportance.Low,
1095
if (!
_loggingService
.OnlyLogCriticalEvents)
1137
if (!
_loggingService
.OnlyLogCriticalEvents)
1163
if (!
_loggingService
.OnlyLogCriticalEvents)