1 implementation of LogBuildEvent
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1237public void LogBuildEvent(BuildEventArgs buildEvent)
19 references to LogBuildEvent
Microsoft.Build (19)
BackEnd\BuildManager\BuildManager.cs (1)
1680((IBuildComponentHost)this).LoggingService.LogBuildEvent(submissionStartedEvent);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
347_componentHost.LoggingService.LogBuildEvent(new BuildMessageEventArgs(msg, null, null, MessageImportance.Low)
BackEnd\Components\Logging\LoggingContext.cs (2)
142_loggingService.LogBuildEvent(new BuildMessageEventArgs( 291LoggingService.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)
458_taskLoggingContext.LoggingService.LogBuildEvent(warningEvent); 466_taskLoggingContext.LoggingService.LogBuildEvent(e); 510_taskLoggingContext.LoggingService.LogBuildEvent(e); 551_taskLoggingContext.LoggingService.LogBuildEvent(e); 592_taskLoggingContext.LoggingService.LogBuildEvent(e);
BuildCheck\Infrastructure\CheckContext\CheckLoggingContext.cs (1)
27.LogBuildEvent(buildEvent);
Construction\Solution\SolutionProjectGenerator.cs (1)
1107_loggingService.LogBuildEvent(eventArgs);
Instance\TaskFactoryEngineContext.cs (4)
212_loggingContext.LoggingService.LogBuildEvent(e); 233_loggingContext.LoggingService.LogBuildEvent(e); 254_loggingContext.LoggingService.LogBuildEvent(e); 275_loggingContext.LoggingService.LogBuildEvent(e);