Example: lr.log_message

In the following example, the lr.log_message function sends a message including an integer to the log files and the output window.

Dim ip as Integer
lr.log_message "The IP address is " + Cstr(ip)