JekyllLogLevel Class

Summary

Define the Jekyll log levels
Assembly
Cake.Jekyll.dll
Namespace
Cake.Jekyll
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["JekyllLogLevel"] class Type type-node

Syntax

public sealed class JekyllLogLevel : Enum

Fields

Name Constant Value Summary
Default 0
Use the equivalent log level by the running Cake build.
static
Quiet 1
Silence the normal output from Jekyll during a build. -q, --quiet
static
value__
Verbose 2
Print verbose output. -V, --verbose
static

Extension Methods

Name Value Summary
Dump<JekyllLogLevel>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<JekyllLogLevel>(JekyllLogLevel[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<JekyllLogLevel>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<JekyllLogLevel>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<JekyllLogLevel>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<JekyllLogLevel>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin