2 implementations of LogBuildEvent
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1185public void LogBuildEvent(BuildEventArgs buildEvent)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
338public void LogBuildEvent(BuildEventArgs buildEvent)
19 references to LogBuildEvent
Microsoft.Build (17)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
290_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\TargetUpToDateChecker.cs (3)
247_loggingService.LogBuildEvent(skippedTargetEventArgs); 375_loggingService.LogBuildEvent(args); 384_loggingService.LogBuildEvent(args);
BackEnd\Components\RequestBuilder\TaskHost.cs (5)
457_taskLoggingContext.LoggingService.LogBuildEvent(warningEvent); 465_taskLoggingContext.LoggingService.LogBuildEvent(e); 509_taskLoggingContext.LoggingService.LogBuildEvent(e); 550_taskLoggingContext.LoggingService.LogBuildEvent(e); 591_taskLoggingContext.LoggingService.LogBuildEvent(e);
BuildCheck\Infrastructure\BuildCheckManagerProvider.cs (1)
122_loggingService.LogBuildEvent(eventArgs);
Construction\Solution\SolutionProjectGenerator.cs (1)
1043_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)
797ls.LogBuildEvent(warningArgs); 995loggingService.LogBuildEvent(buildEvent);