0

I'm trying to create a simple programs that reads events log from Windows. In particular I need to retrieve eventID 2003 and eventID 2102.

My first idea was to use EventLog class to retrieve this information. The problem is that the property mylog.Log accept values as "Application", "System" and "Security". These event are in even of these category.

The position of these events is under Applications and Serivices Logs/Microsoft/Windows/DriverFrameworks/etc...

How can I get these information in C#?

0 Answers0