Skip to content

Log_Status - BasicReport

Sends passed message to the log object

Type: Procedure

Parameters

Parameter Type Description
Mess String the message

Syntax

Procedure Log_Status String Mess

Call Example

Send Log_Status Mess

Description

Log_status sends passed message to the log object. It is good for sending. All status messages go through this procedure here. By default this message finds the object ID of the status-log object, and, if found, sends the same message on to that object.

Because all log messages pass through this procedure, this message can be used to customize or disable any logging process.