Log Class

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 MethodsDescriptiondata return

log.showConsole()

enables subsequent messages to be written to the consoleno

log.write(note)

writes the note to the console; note = stringno