Auditing

Audit

STD.Audit.Audit( type, message )

typeA string constant containing the type of audit entry. Currently, only INFO is provided.
messageA string containing the audit entry text.
Return: Audit returns a BOOLEAN value indicating whether it was successful or not.

The Audit function writes the message into the Windows event log or Linux system log on the ECL Agent computer. The entries can be retrieved from the logs using standard operating system tools.

Example:

STD.Audit.Audit('INFO','Audit Message');