This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.
Summary
Base class for all issue provider implementations.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- BaseIssueProvider
Syntax
protected BaseIssueProvider(ICakeLog log)
Parameters
| Name | Type | Description |
|---|---|---|
| log | ICakeLog | The Cake log context. |
Return Value
| Type | Description |
|---|---|
| void |
