FakeLogFileFormat.

FakeLogFileFormat(ICakeLog, IEnumerable<IIssue>) Constructor

Summary

Initializes a new instance of the FakeLogFileFormat class.

Syntax

public FakeLogFileFormat(ICakeLog log, IEnumerable<IIssue> issues)

Parameters

Name Type Description
log ICakeLog The Cake log instance.
issues IEnumerable<IIssue> Issues which should be returned by the log file format.

Return Value

Type Description
void
GitHub