About Event Logging
When an error occurs, the system administrator or support representative must determine what caused the error, attempt to recover any lost data, and prevent the error from recurring. It is helpful if applications, the operating system, and other system services record important events, such as low-memory conditions or excessive attempts to access a disk. The system administrator can then use the event log to help determine what conditions caused the error and identify the context in which it occurred. By periodically viewing the event log, the system administrator may be able to identify problems (such as a failing hard disk) before they cause damage.
This section discusses the programming interface for writing and consuming events using Event Logging.
- Event types
- Logging guidelines
- Event logging elements
- Event logging operations
- Event logging model
- Event logging security