The Log class allows information to be written to the console while the analysis is running. They are also very useful for debugging scripts. The class is automatically called “log”. Methods are given.
Log Methods | Description | data return |
log.showConsole() |
enables subsequent messages to be written to the console | no |
log.write(note) |
writes the note to the console; note = string | no |