BaseEsLintLogFileFormat Class

Summary

Base class for all ESLint log file format implementations.
graph BT Type-->Base0["BaseLogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>"] Base0-->Base1["Object"] Type-.->Interface0["ILogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>"] Type["BaseEsLintLogFileFormat"] class Type type-node

Syntax

public abstract class BaseEsLintLogFileFormat : 
    BaseLogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>, 
    ILogFileFormat<EsLintIssuesProvider, EsLintIssuesSettings>

Constructors

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

Extension Methods

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