LOGMESSAGE Function

Prints a message to the log.

Category: Logging
Returned data type: Integer
Note: The returned value is a Boolean value, always true for the LOGMESSAGE function.

Syntax

LOGMESSAGE(string message)

Required Argument

message

a string representing the text of the message to be written to the log

Details

The LOGMESSAGE function is used to send a message to the log file.

Example

logmessage("This message will go to the log file")