cciLog
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.
Syntax
void cciLog(
int* returnCode,
CCI_LOG_TYPE type,
char* file,
int line,
char* function,
CciChar* messageSource,
int messageNumber,
char* traceText,
...);
Parameters
Return values
None. If an error occurs, the returnCode parameter indicates the reason for the error.