Summary
Initializes a new instance of the
CakeReportPrinter class.
- Namespace
- Cake
.Core - Containing Type
- CakeReportPrinter
Syntax
public CakeReportPrinter(IConsole console, ICakeContext context)
Parameters
| Name | Type | Description |
|---|---|---|
| console | IConsole | The console. |
| context | ICakeContext | The context. |
Return Value
| Type | Description |
|---|---|
| void |
