Classes related to framework messaging and reporting. These classes are mostly for internal use, replacing (or wrapping) the standard trace() method for identifying errors and warnings.



Functions
 FunctionDescription
 print Prints a message to the terminal (standard out) via trace() and/or a PrintWindow instance if one has been created.
Classes
 ClassDescription
 PrintLevel Information relating to the print function, notably print levels used when reporting different forms of data in calls to print.
 PrintWindow A generic print window for displaying print messages from the print function.