BaseTapLogFileFormat.

BaseTapLogFileFormat(ICakeLog) Constructor

Summary

Base class for all log file formats supported by the TAP issue provider.
Assembly
Cake.Issues.Tap.dll
Namespace
Cake.Issues.Tap
Containing Type
BaseTapLogFileFormat

Syntax

protected BaseTapLogFileFormat(ICakeLog log)

Parameters

Name Type Description
log ICakeLog The Cake log instance.

Return Value

Type Description
void