Util::Log (version 1.2)

This object handles a log of everything which happens in a processing script. The log is in a convenient HTML format and includes an index to major processing steps and to processing errors. The much simpler Util::NoLog class will output to stdout and stderr, for times when a log object has not yet been created.

Note that the constructor creates new log files, so only one Log object should be used throughout a given processing script.


Constructor

Accessors

Methods

Special Methods