How can i read the windows event log by particular Source, Date time and category??
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Generic Generics in Managed C++
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
Consider using EventLog Class.
I know this question is mighty old, but I spent a good deal of time today building a solution to this so I thought I would share:
Hope it helps others!
You could use additional software called "Log Parser"
Comes with an API you can use, check the help file once installed :)