Summary
Initializes a new instance of the
BaseMultiFormatIssueProviderSettings<TIssueProvider, TSettings>
class
for reading a log file on disk.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- Base
Multi Format Issue Provider Settings <TIssueProvider, TSettings>
Syntax
protected BaseMultiFormatIssueProviderSettings(FilePath logFilePath, ILogFileFormat<TIssueProvider, TSettings> format)
Parameters
Name | Type | Description |
---|---|---|
logFilePath | FilePath | Path to the log file. The log file needs to be in the format as defined by the format parameter. |
format | ILogFileFormat |
Format of the provided log file. |
Return Value
Type | Description |
---|---|
void |