Function to specify the log file to be used by the function log(). The log file is saved in the global variable logfile.
var logfile = "C:/mylogfile.log"; setLogFile(logfile);
Parameter | Data type | Required | Description |
---|---|---|---|
fullpath | string | Yes | The full filename and path of the logfile to use |
This function has no return values.