LogFileFormat Class

Summary

Base class for all ESLint log file format implementations.
Assembly
Cake.Prca.Issues.EsLint.dll
Namespace
Cake.Prca.Issues.EsLint
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["ILogFileFormat"]-.->Type click Interface0 "/Cake.Prca.Website/api/Cake.Prca.Issues.EsLint/ILogFileFormat" Type["LogFileFormat"] class Type type-node

Syntax

public abstract class LogFileFormat : ILogFileFormat

Constructors

Name Summary
LogFileFormat(ICakeLog) Initializes a new instance of the LogFileFormat class.

Properties

Name Value Summary
Log ICakeLog
Gets the Cake log instance.

Methods

Name Value Summary
ReadIssues(PrcaSettings, EsLintIssuesSettings) IEnumerable<T>
Gets all code analysis issues.

Extension Methods

Name Value Summary
NotNull<LogFileFormat>(string) void
Throws an exception if the specified parameter's value is null.
GitHub