JekyllSettings.

ApplyOption(ProcessArgumentBuilder, Nullable<JekyllLogLevel>) Method

Summary

Apply option for the Jekyll Log Level
Assembly
Cake.Jekyll.dll
Namespace
Cake.Jekyll
Containing Type
JekyllSettings

Syntax

protected void ApplyOption(ProcessArgumentBuilder args, Nullable<JekyllLogLevel> logLevel)

Parameters

Name Type Description
args ProcessArgumentBuilder The argument builder into which the settings should be written.
logLevel Nullable<JekyllLogLevel> The Jekyll log level.

Return Value

Type Description
void