PowerCenter
- PowerCenter 10.4.0
- All Products
void INFA_CTLogMessageU(INFA_CT_ErrorSeverityLevel errorseverityLevel, INFA_UNICHAR* msg)
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
errorSeverityLevel
| INFA_CT_ErrorSeverityLevel
| Input
| Severity level of the error message that you want the Integration Service to write in the session log. Use the following values for the errorSeverityLevel parameter:
|
msg
| INFA_UNICHAR*
| Input
| Enter the text of the message in Unicode in quotes.
|
void INFA_CTLogMessageM(INFA_CT_ErrorSeverityLevel errorSeverityLevel, char* msg)
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
errorSeverityLevel
| INFA_CT_ErrorSeverityLevel
| Input
| Severity level of the error message that you want the Integration Service to write in the session log. Use the following values for the errorSeverityLevel parameter:
|
msg
| char*
| Input
| Enter the text of the message in MBCS in quotes.
|