DefaultResultPrinter

This is the most simple implementation of a ResultPrinter. All the plain data is printed to stdout

Members

Functions

danger
void danger(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
dangerReverse
void dangerReverse(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
info
void info(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
primary
void primary(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
success
void success(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
successReverse
void successReverse(string text)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ResultPrinter

primary
void primary(string )
Undocumented in source.
info
void info(string )
Undocumented in source.
danger
void danger(string )
Undocumented in source.
success
void success(string )
Undocumented in source.
dangerReverse
void dangerReverse(string )
Undocumented in source.
successReverse
void successReverse(string )
Undocumented in source.

Meta