15 references to PersistenceChannelDebugLog
dotnet (15)
Telemetry\PersistenceChannel\BaseStorageService.cs (1)
58
PersistenceChannelDebugLog
.WriteException(e, "Failed to remove the item from storage items.");
Telemetry\PersistenceChannel\Sender.cs (4)
102
t =>
PersistenceChannelDebugLog
.WriteException(t.Exception, "Sender: Failure in SendLoop"),
230
PersistenceChannelDebugLog
.WriteLine(
250
PersistenceChannelDebugLog
.WriteException(e, "Unknown exception during sending");
265
PersistenceChannelDebugLog
.WriteLine("next sending interval: " + nextSendInterval);
Telemetry\PersistenceChannel\StorageService.cs (10)
56
PersistenceChannelDebugLog
.WriteException(e, "Failed to create storage folder");
81
PersistenceChannelDebugLog
.WriteException(
139
PersistenceChannelDebugLog
.WriteException(
173
PersistenceChannelDebugLog
.WriteException(e, "Failed to delete a file. file: {0}", item == null ? "null" : item.FullFilePath);
194
PersistenceChannelDebugLog
.WriteLine("Total transmissions dropped: " + _transmissionsDropped);
223
PersistenceChannelDebugLog
.WriteException(e, "EnqueueAsync");
242
PersistenceChannelDebugLog
.WriteLine(message);
264
PersistenceChannelDebugLog
.WriteLine(message);
289
PersistenceChannelDebugLog
.WriteException(e, "Peek failed while get files from storage.");
349
PersistenceChannelDebugLog
.WriteException(e, "Failed to delete tmp files.");