Data Integration
- Data Integration
- All Products
logInfo(String logMessage);
Argument
| Data Type
| Input/Output
| Description
|
---|---|---|---|
logMessage
| String
| Input
| Information message string.
|
if (numRowsProcessed == messageThreshold) { logInfo("Processed " + messageThreshold + " rows."); }
[JTX_1012] [INFO] Processed 1000 rows.
Updated March 06, 2023