Skip to content

Log_Status - BusinessProcess

Sends passed message to log object

Type: Procedure

Parameters

Parameter Type Description
Mess String The message sent

Syntax

Procedure Log_Status String Mess

Call Example

Send Log_Status Mess

Description

The Log_Status procedure sends passed message to 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.