11 references to EventLogCollector
Microsoft.VisualStudio.IntegrationTest.Utilities (11)
FeedbackItemWatsonEntry.cs (9)
128FaultBucket = EventLogCollector.GetEventRecordPropertyToString(eventLogRecord, FaultBucketIndex); 129HashedBucket = EventLogCollector.GetEventRecordPropertyToString(eventLogRecord, HashedBucketIndex); 130WatsonReportId = EventLogCollector.GetEventRecordPropertyToString(eventLogRecord, WatsonReportIdIndex); 131EventName = EventLogCollector.GetEventRecordPropertyToString(eventLogRecord, EventNameIndex); 132CabId = EventLogCollector.GetEventRecordPropertyToString(eventLogRecord, CabIdIndex); 133ApplicationName = EventLogCollector.GetEventRecordPropertyToString(eventLogRecord, ApplicationNameIndex); 134ApplicationVersion = EventLogCollector.GetEventRecordPropertyToString(eventLogRecord, ApplicationVersionIndex); 135FaultingModule = EventLogCollector.GetEventRecordPropertyToString(eventLogRecord, FaultingModuleIndex); 136FaultingModuleVersion = EventLogCollector.GetEventRecordPropertyToString(eventLogRecord, FaultingModuleVersionindex);
VisualStudioInstanceFactory.cs (2)
86EventLogCollector.TryWriteDotNetEntriesToFile(Path.Combine(logDir, $"{baseFileName}.DotNet.log")); 87EventLogCollector.TryWriteWatsonEntriesToFile(Path.Combine(logDir, $"{baseFileName}.Watson.log"));