Summary
Initializes a new instance of the
BaseMultiFormatIssueProvider<TSettings, TIssueProvider>
class.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- Base
Multi Format Issue Provider <TSettings, TIssueProvider>
Syntax
protected BaseMultiFormatIssueProvider(ICakeLog log, TSettings settings)
Parameters
Name | Type | Description |
---|---|---|
log | ICakeLog | The Cake log context. |
settings | TSettings | Settings for the issue provider. |
Return Value
Type | Description |
---|---|
void |