Tuesday, 13 August 2013

Windows Event Log

Windows Event Log

I am developing an app to capture event logs (security) from multiple
Windows systems. I have a handler to EntryWritten. I am able to map most
fields from the Event Viewer to the EntryWrittenEventArgs entry in .net.
However, I cannot seem to find the mappings for the Level, OpCode and Task
Category fields which show up in Event Viewer. Any ideas on how I get this
in vb.net or c#? Thanks

No comments:

Post a Comment