SetFailureLogLevel<TBootstrapper>(TBootstrapper, LogLevel) Method
Namespace
Statiq.App
Containing Type
BootstrapperExtensions

Syntax

public static TBootstrapper SetFailureLogLevel<TBootstrapper>(this TBootstrapper bootstrapper, LogLevel logLevel) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
logLevel LogLevel

Return Value

Type Description
TBootstrapper