BaseMarkdownlintLogFileFormat.

BaseMarkdownlintLogFileFormat(ICakeLog) Constructor

Summary

Base class for all log file formats supported by the Markdownlint issue provider.

Syntax

protected BaseMarkdownlintLogFileFormat(ICakeLog log)

Parameters

Name Type Description
log ICakeLog The Cake log instance.

Return Value

Type Description
void