Summary
Implements a
TextWriter which outputs text to the console in a predetermined
ConsoleColor.
Remarks
Every time a string is output to the console, the current console foreground colour is remembered and returned to its previous value after the output.
Constructors
Instance methods
void | | Writes the specified character to the console. |
void | | Writes the specified string to the console. |
void | | Outputs a newline to the console. |
void | | Outputs the specified text plus a newline to the console. |
Instance properties
Encoding | | TextWriter requires this to be overridden. This returns Encoding.UTF8. |