Common Content for Data Engineering
- Common Content for Data Engineering 10.2.2 Service Pack 1
- All Products
logInfo(String msg);
Parameter | Parameter Type | Datatype | Description |
---|---|---|---|
msg | Input | String | Information message string. |
if (numRowsProcessed == messageThreshold) { logInfo("Processed " + messageThreshold + " rows."); }