1 implementation of LogTargetStarted
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
637
public BuildEventContext
LogTargetStarted
(BuildEventContext projectBuildEventContext, string targetName, string projectFile, string projectFileOfTargetElement, string parentTargetName, TargetBuiltReason buildReason)
1 reference to LogTargetStarted
Microsoft.Build (1)
BackEnd\Components\Logging\TargetLoggingContext.cs (1)
45
BuildEventContext buildEventContext = projectLoggingContext.LoggingService.
LogTargetStarted
(