Console

Format output to the console.

Members

Functions

write
void write(string line)

Write a line to the console.

write
void write(string line, int indent)

Write an indented line to the console.

write
void write(string prefix, string line)

Write a prefixed line to the console.

write
void write(string prefix, string line, int indent)

Write an intented, prefixed line to the console.

writeHeader
void writeHeader()

Write the header.

writeReport
void writeReport(ModuleResultCollection results)

Output a detailed report.

Meta