What's the primary use of Windows Event Viewer?
- by james.ingham
Hi all,
Just wondering what everybody's opinion is on the Windows Admin tool Event Viewer?
I'm writing a WCF application at the moment and have started logging errors to the windows event viewer when I handle them. I then started thinking, should I be logging more than just errors, such as when a user has logged in or out or would you go further logging even more activity?
Or is this a tool that's mainly used for testing without using the debugger?
Any input appreciated:-)