IssueReportFormat.

IssueReportFormat(ICakeLog) Constructor

Summary

Initializes a new instance of the IssueReportFormat class.

Syntax

protected IssueReportFormat(ICakeLog log)

Parameters

Name Type Description
log ICakeLog The Cake log context.

Return Value

Type Description
void
GitHub