There are several types of event logs maintained by the Windows operating system. One of these is the System event log. This log file stores record of events written by device drivers. The drivers may be commercial drivers or custom drivers that you've developed yourself. The events written to the System event log can run the gamut from Service Control Manager events to Windows Update Service events to run-time error events.
Like events written to other event logs, some of the important elements written to the System log include the date and time when the event occurred, the event ID, and the event source. You'll also want to note the information stored in the Level column, as that indicates the severity of the event logged. (See Figure 1.)
Figure 1. Partial display of the System event log.
Events can be viewed by the Event Viewer, and by default they are presented in reverse chronological order (i.e., the most recent event is on top). You can, however, sort the events by any of the event columns by clicking the column header.
This tip (12939) applies to Windows 7, 8, and 10.
The Application event log holds messages generated by applications and services. This tip explains more about it.
Discover MoreEvent logs are automatically maintained by the operating system. By periodically viewing them, you'll have a better idea ...
Discover MoreBy default, the event logs are implemented in a circular buffer, i.e., when its maximum size is reached, the oldest ...
Discover MoreThere are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Copyright © 2025 Sharon Parq Associates, Inc.
Comments