void error_log1(short error_log_level, char *module_name, int line_no, char *log_info, ...)

This function logs errors.

Documentation

This function logs errors.
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.
log_info - the info that is printed with the modulename.
anyno - optional pointer to unsigned int, which is printed along with log_info. The conversion specification must be contained in log_info.

Alphabetic index HTML hierarchy of classes or Java



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