This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Tap.
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 |
