Log_Status - StatusAsciiLog
Creates a new log entry in the status-log file
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| Txt | String | The text to be added to the log |
Syntax
Procedure Log_Status String Txt
Call Example
Send Log_Status Txt
Description
Log_status creates a log entry in the status-log file.
During the execution of this procedure, the error handler is temporarily set to this object. If an error occurs inside this procedure, the error will be ignored. This was done to prevent recursion. Often status logging is used to record errors.