FakeMultiFormatIssueProviderSettings.

FakeMultiFormatIssueProviderSettings(FilePath, FakeLogFileFormat) Constructor

Summary

Initializes a new instance of the FakeMultiFormatIssueProviderSettings class for reading a log file on disk.

Syntax

public FakeMultiFormatIssueProviderSettings(FilePath logFilePath, FakeLogFileFormat 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 FakeLogFileFormat Format of the provided log file.

Return Value

Type Description
void
GitHub