This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Jekyll.
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 |
The log level. |
Return Value
Type | Description |
---|---|
JekyllLogLevel | The mapped JekyllLogLevel |