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 nullable
LogLevel
to the best equivalent JekyllLogLevel
.
- Assembly
- Cake
.Jekyll .dll - Namespace
- Cake
.Jekyll - Containing Type
- LogLevelExtensions
Syntax
public static JekyllLogLevel ToJekyllLogLevel(this Nullable<LogLevel> logLevel)
Parameters
Name | Type | Description |
---|---|---|
logLevel | Nullable |
The log level. |
Return Value
Type | Description |
---|---|
JekyllLogLevel | The mapped JekyllLogLevel |