3 references to s_diskLogPath
dotnet (3)
Telemetry\TelemetryClient.cs (3)
100
if (!string.IsNullOrWhiteSpace(
s_diskLogPath
))
213
if (!string.IsNullOrWhiteSpace(
s_diskLogPath
) && s_activities.Any())
215
TelemetryDiskLogger.WriteLog(
s_diskLogPath
, s_activities);