|
| ColorConsoleWriter () |
| Construct a ColorConsoleWriter. More...
|
|
| ColorConsoleWriter (bool colorEnabled) |
| Construct a ColorConsoleWriter. More...
|
|
override void | Write (ColorStyle style, string value) |
| Writes the value with the specified style. More...
|
|
override void | WriteLine (ColorStyle style, string value) |
| Writes the value with the specified style. More...
|
|
override void | WriteLabel (string label, object option) |
| Writes the label and the option that goes with it. More...
|
|
override void | WriteLabelLine (string label, object option) |
| Writes the label and the option that goes with it followed by a new line. More...
|
|
override void | WriteLabel (string label, object option, ColorStyle valueStyle) |
| Writes the label and the option that goes with it and optionally writes a new line. More...
|
|
override void | WriteLabelLine (string label, object option, ColorStyle valueStyle) |
| Writes the label and the option that goes with it followed by a new line. More...
|
|
| ExtendedTextWrapper (TextWriter writer) |
|
override void | Write (char value) |
| Write a single char value More...
|
|
override void | Write (string value) |
| Write a string value More...
|
|
override void | WriteLine (string value) |
| Write a string value followed by a NewLine More...
|
|
override void | Close () |
| Close the ExtendedTextWriter More...
|
|
override void | Write (ColorStyle style, string value) |
| Writes the value with the specified style. More...
|
|
override void | WriteLine (ColorStyle style, string value) |
| Writes the value with the specified style More...
|
|
override void | WriteLabel (string label, object option) |
| Writes the label and the option that goes with it. More...
|
|
override void | WriteLabel (string label, object option, ColorStyle valueStyle) |
| Writes the label and the option that goes with it. More...
|
|
override void | WriteLabelLine (string label, object option) |
| Writes the label and the option that goes with it followed by a new line. More...
|
|
override void | WriteLabelLine (string label, object option, ColorStyle valueStyle) |
| Writes the label and the option that goes with it followed by a new line. More...
|
|