Module to handle output to the console.
MIT. See LICENSE for full details.
Format output to the console.
Write a line to the console.
string line | The line to write. |
Write an indented line to the console.
string line | The line to write. |
int indent | The space indent before the line. |
Write a prefixed line to the console.
string prefix | The prefix of the line. |
string line | The line to write. |
Write an intented, prefixed line to the console.
string prefix | The prefix of the line. |
string line | The line to write. |
int indent | The space indent before the line. |
Write the header.
Output a detailed report.
ModuleResultCollection results | A module result collection. |