AnalyzeDocument<TBootstrapper>(TBootstrapper, string, LogLevel, IEnumerable<KeyValuePair<string, Phase>>, Func<IDocument, IAnalyzerContext, Task>) Method
Namespace
Statiq.App
Containing Type
BootstrapperAnalyzerExtensions

Syntax

public static TBootstrapper AnalyzeDocument<TBootstrapper>(this TBootstrapper bootstrapper, string name, LogLevel logLevel, IEnumerable<KeyValuePair<string, Phase>> pipelinePhases, Func<IDocument, IAnalyzerContext, Task> analyzeFunc) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
logLevel LogLevel
pipelinePhases IEnumerable<KeyValuePair<string, Phase>>
analyzeFunc Func<IDocument, IAnalyzerContext, Task>

Return Value

Type Description
TBootstrapper