CakeReportPrinterBase.

WriteToConsole(CakeReport) Method

Summary

Writes the report to the IConsole.

Syntax

protected void WriteToConsole(CakeReport report)

Parameters

Name Type Description
report CakeReport The report to write.

Return Value

Type Description
void