The event logging manager provides a portable method for logging system and application events and subsequent processing of those events. The capabilities in this manager were defined in the POSIX 1003.1h/D3 proposed standard titled Services for Reliable, Available, and Serviceable Systems.
The directives provided by the event logging manager are:
log_create
- Create a log file
log_sys_create
- Create a system log file
log_write
- Write to the system Log
log_write_any
- Write to any log file
log_write_entry
- Write entry to any log file
log_open
- Open a log file
log_read
- Read from a log file
log_notify
- Notify Process of writes to the system log
log_close
- Close log descriptor
log_seek
- Reposition log file offset
log_severity_before
- Compare event record severities
log_facilityemptyset
- Manipulate log facility sets
log_facilityfillset
- Manipulate log facility sets
log_facilityaddset
- Manipulate log facility sets
log_facilitydelset
- Manipulate log facility sets
log_facilityismember
- Manipulate log facility sets
log_facilityisvalid
- Manipulate log facility sets
Copyright © 1988-2004 OAR Corporation