VerbosityExtensions.

ToJekyllLogLevel(Nullable<Verbosity>) Method

Summary

Convert a Verbosity to the best equivalent JekyllLogLevel.
Assembly
Cake.Jekyll.dll
Namespace
Cake.Jekyll
Containing Type
VerbosityExtensions

Syntax

public static JekyllLogLevel ToJekyllLogLevel(this Nullable<Verbosity> verbosity)

Parameters

Name Type Description
verbosity Nullable<Verbosity> The log level.

Return Value

Type Description
JekyllLogLevel The mapped JekyllLogLevel