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
| | Function | Description |
|---|
| | print |
Prints a message to the terminal (standard out) via trace()
and/or a PrintWindow instance if one has been created. |
Classes
| | Class | Description |
|---|
| | 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. |
Sun Feb 7 2010, 10:25 PM -08:00