PnpmLogLevel Class

Summary

Details the pnpm log levels
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["PnpmLogLevel"] class Type type-node

Syntax

public sealed class PnpmLogLevel : Enum

Fields

Name Constant Value Summary
Debug 5
--loglevel debug
static
Default 0
Uses log level as defined by the running Cake script.
static
Error 4
--loglevel error
static
Info 3
--loglevel info
static
Silent 1
-s, --silent
static
value__
Warn 2
--loglevel warn
static

Extension Methods

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