STD.System.Job.LogString ( message )
| message | A string expression containing the text to place in the log file. |
| Return: | LogString returns an INTEGER value. |
The LogString function outputs "USER:" followed by the message text to the eclagent or Roxie log file and returns the length of the text written to the file.
Example:
A := STD.System.Job.LogString('The text message to log');
//places USER:The text message to log
//in the log file