Use cciLog to write an error, warning, or informational event.
The event is logged by the integration node interface, and includes the specified arguments as log data.
void cciLog(
int* returnCode,
CCI_LOG_TYPE type,
char* file,
int line,
char* function,
CciChar* messageSource,
int messageNumber,
char* traceText,
...);
To use the current integration node message catalog, specify BIPmsgs on all operating systems. Alternatively, you can create your own message catalog.
char* characters must be strings in either ASCII (Latin) or EBCDIC (1047).
The last argument in this list must be (char*)0.
None. If an error occurs, the returnCode parameter indicates the reason for the error.