This content is part of a third party extension that is not supported by the Cake project.
Summary
Writes the report to the
IConsole.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- Cake
Report Printer Base
Syntax
protected void WriteToConsole(CakeReport report)
Parameters
| Name | Type | Description |
|---|---|---|
| report | CakeReport | The report to write. |
Return Value
| Type | Description |
|---|---|
| void |
