Logs an error, warning or informational event. The event is logged by the message broker interface using 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, ...);