OutputFileTerminal class

OutputFileTerminal class

Implements a terminal whose output is to be written to a file in some working directory.

The OutputFileTerminal type exposes the following members:

Constructors

NameDescription
OutputFileTerminal(working_directory)Initializes a new instance of the OutputFileTerminal class

Properties

NameDescription
file_nameGets/sets the file name.
writerGets the writer for the output terminal.

Methods

NameDescription
write_file()Finalizes the log, e.g., writes it to file.

See Also