Click to See Complete Forum and Search --> : Logging with windows service


EEKstream
August 11th, 2006, 08:25 AM
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?

Fishdawg65
August 11th, 2006, 08:41 AM
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.