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