AnalyzeDocument<TBootstrapper>(TBootstrapper, string, LogLevel, IEnumerable<KeyValuePair<string, Phase>>, Action<IDocument, IAnalyzerContext>) 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, Action<IDocument, IAnalyzerContext> analyzeAction) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
name string
logLevel LogLevel
pipelinePhases IEnumerable<KeyValuePair<string, Phase>>
analyzeAction Action<IDocument, IAnalyzerContext>

Return Value

Type Description
TBootstrapper