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