This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
RawBuildLog class.
- Assembly
- Cake
.Module .Shared .dll - Namespace
- Cake
.Module .Shared - Containing Type
- RawBuildLog
Syntax
public RawBuildLog(IConsole console, Verbosity verbosity = 2)
Parameters
| Name | Type | Description |
|---|---|---|
| console | IConsole | The IConsole implementation to log to. |
| verbosity | Verbosity | Initial verbosity. |
Return Value
| Type | Description |
|---|---|
| void |
