How to open saved event log archive in .NET?

Posted by cybri200 on Stack Overflow See other posts from Stack Overflow or by cybri200
Published on 2010-06-08T19:21:18Z Indexed on 2010/06/08 19:42 UTC
Read the original article Hit count: 365

Filed under:
|
|

I have used the System.Diagnostics.EventLog to view the logs on the local computer. However, I would like to open a saved event log archive (.evt or .evtx) and view the logs that are contained in the saved file. I just need to view timestamps, messages, sources, etc. associated with the logs in the file. Can this be done in C#?

© Stack Overflow or respective owner

Related posts about c#

Related posts about file