EventLog entries sort

  • Thread starter Thread starter Jeremy Chapman
  • Start date Start date
J

Jeremy Chapman

I want to find the most recent entry, or all entries after a given date/time
using the EventLog class. Do I have to iterate through all entries, or are
they sorted so I can start from index 0 and just iterate until the entry
date is older than a given date?
 
Becuase I'm not sure if some setting in windows can alter the sort. Can i
really on the eventlog giving me back the records always in the same order?
 
Back
Top