Phantom (DOS version only) creates
an output file associated with each script it executes. The output
file has the same name as the script, but with a '.log' extension instead
of a '.psc' extension. The file is located in the same directory
as the script being executed. The output file name and directory
cannot be changed within the script and must be changed manually after
the execution of the script is complete.
The information contained in the log file can either
be input automatically by the interpreter or manually by the user through
the Log and LogError functions (or throwing an exception in Phantomv2.0
and later). The interpreter generates the initial output file
and writes to it whenever an error occurs. The information written
is dependent upon what error occurred and generally contains information
about the error.
See Also: Output