void error_log_sys1(short error_log_level, char *module_name, int line_no, short errnumber)

This function logs system call errors.

Documentation

This function logs system call errors. It calls error_log.
Parameters:
error_log_level - ERROR_MINOR ERROR_MAJOR ERROR_FATAL
module_name - the name of the module that received the event.
line_no - the line number within above module.
errnumber - the errno from systemlibrary.
log_info - the info that is printed with the modulename and error text.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.