Difference between revisions of "Legacy:Functions/Log"
From Spherical
(created) |
(No difference)
|
Latest revision as of 17:30, 22 May 2013
Log object (debugging)
- OpenLog(filename): Create a new log file.
- Sphere Log object: Traces script execution by putting messages in a log file.
- Log.beginBlock(name): Create an indented block with name as title.
- Log.endBlock(): Close an open block.
- Log.write(message): Write a message to the log.