Returns the filename (including full path) of the file we are logging to.
Adds 'msg' into our log file. This includes timestamp prefix, but not newline.
Unless you intend to use log.addRaw() to append additional information to this line, be sure to include a newline (\n) at the end of your message.
log.add("Testing\n");-- Adds the following (with correct date-time) to your log file: 2018-09-17 18:01:55 : Testing
Adds 'msg' into our log file. This differs from log.add() as it does not include the timestamp.
If a log was successfully opened for writing, returns
Page last updated at 2018-09-25 20:47:56
Copyright 2023