Im using an EventLog to log stuff in a windows service that I've created. My problem is, where can I find and read the log?
Printable View
Im using an EventLog to log stuff in a windows service that I've created. My problem is, where can I find and read the log?
Through code? The file is located at: C:\WINDOWS\system32\config\AppEvent.Evt
Note: I've seen special programs written to read the event viewer so I don't think you should mess with that without the proper knowledge.
If personally then go to Start>Control Panel>Administrative Tools> Event Viewer.