- Namespace
- Statiq
.Common - Containing Type
- I
Analyzer Collection Extensions
Syntax
public static void AddDocument(this IAnalyzerCollection analyzers, string name, LogLevel logLevel, string pipeline, Phase phase, Action<IDocument, IAnalyzerContext> analyzeAction)
Parameters
Name | Type | Description |
---|---|---|
analyzers | IAnalyzerCollection | |
name | string | |
logLevel | LogLevel | |
pipeline | string | |
phase | Phase | |
analyzeAction | Action |