24 references to Log
dotnet (24)
Commands\MSBuild\MSBuildForwardingApp.cs (5)
97
PerformanceLogEventSource.
Log
.LogMSBuildStart(startInfo.FileName, startInfo.Arguments);
99
PerformanceLogEventSource.
Log
.MSBuildStop(exitCode);
105
if (PerformanceLogEventSource.
Log
.IsEnabled())
107
PerformanceLogEventSource.
Log
.LogMSBuildStart(
112
PerformanceLogEventSource.
Log
.MSBuildStop(exitCode);
Program.cs (19)
74
PerformanceLogEventSource.
Log
.LogStartUpInformation(startupInfo);
75
PerformanceLogEventSource.
Log
.CLIStart();
107
PerformanceLogEventSource.
Log
.CLIStop();
128
PerformanceLogEventSource.
Log
.BuiltInCommandParserStart();
139
PerformanceLogEventSource.
Log
.BuiltInCommandParserStop();
147
PerformanceLogEventSource.
Log
.TelemetryRegistrationStart();
153
PerformanceLogEventSource.
Log
.TelemetryRegistrationStop();
178
PerformanceLogEventSource.
Log
.FirstTimeConfigurationStart();
223
PerformanceLogEventSource.
Log
.FirstTimeConfigurationStop();
231
PerformanceLogEventSource.
Log
.TelemetrySaveIfEnabledStart();
245
PerformanceLogEventSource.
Log
.TelemetrySaveIfEnabledStop();
254
PerformanceLogEventSource.
Log
.ExtensibleCommandResolverStart();
271
PerformanceLogEventSource.
Log
.ExtensibleCommandResolverStop();
273
PerformanceLogEventSource.
Log
.ExtensibleCommandStart();
275
PerformanceLogEventSource.
Log
.ExtensibleCommandStop();
294
PerformanceLogEventSource.
Log
.TelemetryClientFlushStart();
296
PerformanceLogEventSource.
Log
.TelemetryClientFlushStop();
331
PerformanceLogEventSource.
Log
.BuiltInCommandStart();
343
PerformanceLogEventSource.
Log
.BuiltInCommandStop();