2 implementations of LogTelemetry
Microsoft.Build (1)
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (1)
804
public void
LogTelemetry
(BuildEventContext buildEventContext, string eventName, IDictionary<string, string> properties)
Microsoft.Build.Engine.UnitTests (1)
BackEnd\MockLoggingService.cs (1)
671
public void
LogTelemetry
(BuildEventContext buildEventContext, string eventName, IDictionary<string, string> properties)
8 references to LogTelemetry
Microsoft.Build (8)
BackEnd\BuildManager\BuildManager.cs (2)
601
loggingService.
LogTelemetry
(buildEventContext: null, KnownTelemetry.LoggingConfigurationTelemetry.EventName, KnownTelemetry.LoggingConfigurationTelemetry.GetProperties());
1129
loggingService.
LogTelemetry
(buildEventContext: null, _buildTelemetry.EventName, _buildTelemetry.GetProperties());
BackEnd\Components\Logging\ProjectTelemetry.cs (3)
138
loggingService.
LogTelemetry
(buildEventContext, TaskFactoryEventName, taskFactoryProperties);
144
loggingService.
LogTelemetry
(buildEventContext, TasksEventName, taskTotalProperties);
150
loggingService.
LogTelemetry
(buildEventContext, MSBuildTaskSubclassedEventName, msbuildTaskSubclassProperties);
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
675
_taskLoggingContext.LoggingService.
LogTelemetry
(_taskLoggingContext.BuildEventContext, eventName, properties);
BuildCheck\Infrastructure\CheckContext\CheckLoggingContext.cs (2)
48
loggingService.
LogTelemetry
(eventContext, telemetryTransportData.Item1, telemetryTransportData.Item2);
55
loggingService.
LogTelemetry
(eventContext, telemetryTransportData.Item1, telemetryTransportData.Item2);