Windows collects logs of every event that happens in its programs. The logs are collected and can be viewed in the event viewer.
Logs
Windows Logs
There are 4 categories within windowsâ logs:
- System: Logs about drivers and system files
- Application: Logs generated from applications that are not included in the System category
- Setup: Records setup and update events
- Security: Security events and failed authentication events. These are incredibly common
Event Levels
- Verbose: Extra information that may be useful in troubleshooting
- Information: Something that suceeded
- Warning: Events that warn of future issues
- Error: Something went wrong
- Critical: Unexpected behaviors like sporadic system shutdowns
Custom Views
These are log filters. If you want to make your own, then right click custom view key > Create Custom View.