void event_log1(short event_log_level, char *module_name, char *log_info, ...)

This function logs events.

Documentation

This function logs events.
Parameters:
event_log_level - INTERNAL_EVENT_0 INTERNAL_EVENT_1 EXTERNAL_EVENT_X EXTERNAL_EVENT
module_name - the name of the module that received the event.
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++.