1 implementation of LogBuildEvent
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingService.cs (1)
1275
public void
LogBuildEvent
(BuildEventArgs buildEvent)
22 references to LogBuildEvent
Microsoft.Build (22)
BackEnd\BuildManager\BuildManager.cs (4)
432
/// <see cref="ILoggingService.
LogBuildEvent
"/>) instead of a plain comment. This lets a caller emit
475
/// begins the event is raised as-is (via <see cref="ILoggingService.
LogBuildEvent
"/>), letting a
1732
((IBuildComponentHost)this).LoggingService.
LogBuildEvent
(submissionStartedEvent);
3451
loggingService.
LogBuildEvent
(message.BuildEvent);
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(
291
LoggingService.
LogBuildEvent
(buildEvent);
BackEnd\Components\RequestBuilder\AssemblyLoadsTracker.cs (1)
163
_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)
1112
_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);