Function to write a message to a log file. The log file is specified by the function setLogFile(). When no log file is set, this function creates a generic log file at the script location.
var message = "Created RoboHelp project"; log(logfile);
Parameter | Data type | Required | Description |
---|---|---|---|
logmessage | string | Yes | The message to write to the log file |
This function has no return parameters