3 references to s_diskLogPath
dotnet (3)
Telemetry\TelemetryClient.cs (3)
125
if (!string.IsNullOrWhiteSpace(
s_diskLogPath
))
274
if (!string.IsNullOrWhiteSpace(
s_diskLogPath
) && s_activities.Any())
276
TelemetryDiskLogger.WriteLog(
s_diskLogPath
, s_activities);