1 write to _loggingService
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (1)
65
_loggingService
= loggingServices;
20 references to _loggingService
Microsoft.Build (20)
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (20)
248
_loggingService
.LogBuildEvent(skippedTargetEventArgs);
251
if (!
_loggingService
.OnlyLogCriticalEvents)
271
if (!
_loggingService
.OnlyLogCriticalEvents)
277
_loggingService
.LogError(_buildEventContext, new BuildEventFileInfo(String.Empty), "BuildTargetCompletely", _targetToAnalyze.Name);
282
_loggingService
.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletely", _targetToAnalyze.Name);
288
_loggingService
.LogCommentFromText(_buildEventContext, MessageImportance.Low, reason);
295
_loggingService
.LogError(_buildEventContext, new BuildEventFileInfo(String.Empty), "BuildTargetPartially", _targetToAnalyze.Name);
300
_loggingService
.LogComment(_buildEventContext, MessageImportance.Normal, "BuildTargetPartially", _targetToAnalyze.Name);
305
_loggingService
.LogCommentFromText(_buildEventContext, MessageImportance.Low, reason);
378
_loggingService
.LogBuildEvent(args);
389
_loggingService
.LogBuildEvent(args);
456
_loggingService
.LogComment(_buildEventContext, MessageImportance.Normal,
459
_loggingService
.LogComment(_buildEventContext, MessageImportance.Low,
468
_loggingService
.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletely", _targetToAnalyze.Name);
469
_loggingService
.LogComment(_buildEventContext, MessageImportance.Low, "BuildTargetCompletelyNoInputsSpecified");
497
_loggingService
.LogComment(_buildEventContext, MessageImportance.Normal,
500
_loggingService
.LogComment(_buildEventContext, MessageImportance.Low,
1095
if (!
_loggingService
.OnlyLogCriticalEvents)
1137
if (!
_loggingService
.OnlyLogCriticalEvents)
1163
if (!
_loggingService
.OnlyLogCriticalEvents)