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