2 implementations of LogBuildEvent
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1207public void LogBuildEvent(BuildEventArgs buildEvent)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
353public void LogBuildEvent(BuildEventArgs buildEvent)
20 references to LogBuildEvent
Microsoft.Build (18)
BackEnd\BuildManager\BuildManager.cs (1)
1454((IBuildComponentHost)this).LoggingService.LogBuildEvent(submissionStartedEvent);
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
291_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)
171_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);
Construction\Solution\SolutionProjectGenerator.cs (1)
1060_loggingService.LogBuildEvent(eventArgs);
Instance\TaskFactoryLoggingHost.cs (4)
169_loggingContext.LoggingService.LogBuildEvent(e); 190_loggingContext.LoggingService.LogBuildEvent(e); 211_loggingContext.LoggingService.LogBuildEvent(e); 232_loggingContext.LoggingService.LogBuildEvent(e);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\LoggingService_Tests.cs (2)
796ls.LogBuildEvent(warningArgs); 994loggingService.LogBuildEvent(buildEvent);