Table of Contents

IT:AD:Event Log

## Summary

The Windows Event Viewer is the way to investigate event log entries raised by computers.

Considering its the primary way to track down errors, it's shocking how few developers actively investigate how to use it to its fullest potential.

Knowing how to focus in on errors raised by your application, as opposed to the rest of the system – affects how you design your logging service.

Notes

Resources