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