3 implementations of LogBuildEvent
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1241
public void
LogBuildEvent
(BuildEventArgs buildEvent)
Microsoft.Build.Engine.UnitTests (2)
BackEnd\MockLoggingService.cs (1)
371
public void
LogBuildEvent
(BuildEventArgs buildEvent)
Telemetry\Telemetry_Tests.cs (1)
536
void ILoggingService.
LogBuildEvent
(BuildEventArgs buildEvent) => RecordedEvents.Add(buildEvent);
25 references to LogBuildEvent
Microsoft.Build (19)
BackEnd\BuildManager\BuildManager.cs (1)
1657
((IBuildComponentHost)this).LoggingService.
LogBuildEvent
(submissionStartedEvent);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
357
_componentHost.LoggingService.
LogBuildEvent
(new BuildMessageEventArgs(msg, null, null, MessageImportance.Low)
BackEnd\Components\Logging\LoggingContext.cs (2)
142
_loggingService.
LogBuildEvent
(new BuildMessageEventArgs(
291
LoggingService.
LogBuildEvent
(buildEvent);
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (1)
149
_loggingContext.LoggingService.
LogBuildEvent
(buildArgs);
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (3)
248
_loggingService.
LogBuildEvent
(skippedTargetEventArgs);
378
_loggingService.
LogBuildEvent
(args);
389
_loggingService.
LogBuildEvent
(args);
BackEnd\Components\RequestBuilder\TaskHost.cs (5)
459
_taskLoggingContext.LoggingService.
LogBuildEvent
(warningEvent);
467
_taskLoggingContext.LoggingService.
LogBuildEvent
(e);
511
_taskLoggingContext.LoggingService.
LogBuildEvent
(e);
552
_taskLoggingContext.LoggingService.
LogBuildEvent
(e);
593
_taskLoggingContext.LoggingService.
LogBuildEvent
(e);
BuildCheck\Infrastructure\CheckContext\CheckLoggingContext.cs (1)
27
.
LogBuildEvent
(buildEvent);
Construction\Solution\SolutionProjectGenerator.cs (1)
1060
_loggingService.
LogBuildEvent
(eventArgs);
Instance\TaskFactoryEngineContext.cs (4)
213
_loggingContext.LoggingService.
LogBuildEvent
(e);
234
_loggingContext.LoggingService.
LogBuildEvent
(e);
255
_loggingContext.LoggingService.
LogBuildEvent
(e);
276
_loggingContext.LoggingService.
LogBuildEvent
(e);
Microsoft.Build.Engine.UnitTests (6)
BackEnd\BuildTelemetryErrorCategorization_Tests.cs (4)
55
loggingService.
LogBuildEvent
(errorEvent);
120
loggingService.
LogBuildEvent
(error);
162
loggingService.
LogBuildEvent
(error);
201
loggingService.
LogBuildEvent
(errorEvent);
BackEnd\LoggingService_Tests.cs (2)
796
ls.
LogBuildEvent
(warningArgs);
994
loggingService.
LogBuildEvent
(buildEvent);