LibManVerbosity Class

Summary

Details the libman verbosity log levels
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["LibManVerbosity"] class Type type-node

Syntax

public sealed class LibManVerbosity : Enum

Fields

Name Constant Value Summary
Default 0
default
static
Detailed 3
detailed
static
Normal 1
normal
static
Quiet 2
quiet
static
value__

Extension Methods

Name Value Summary
Dump<LibManVerbosity>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<LibManVerbosity>(LibManVerbosity[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<LibManVerbosity>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<LibManVerbosity>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<LibManVerbosity>(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<LibManVerbosity>(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