Helper classes for messaging to the console.
| Class | Description |
|---|---|
| MessageSender | Provides a rudimentary output system for communicating tool messages to a user. The premise is that for most console tools (like JaCIL), a full logging framework is too heavy. Provides a somewhat nicer abstraction for such tools than the straight TextWriter or Console. |
| Enumeration | Description |
|---|---|
| Verbose | Enumeration over verbosity values. |