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. |
LOGMESSAGE(string message)
message
a string representing the text of the message to be written to the log
The LOGMESSAGE function is used to send a message to the log file.
logmessage("This message will go to the log file")