- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Analyzer Extensions
Syntax
public static TBootstrapper AddAnalyzer<TBootstrapper>(this TBootstrapper bootstrapper, LogLevel logLevel, IAnalyzer analyzer)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | |
logLevel | LogLevel | |
analyzer | IAnalyzer |
Return Value
Type | Description |
---|---|
TBootstrapper |