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.Npm.
                            
	
		Summary
            Details the npm log levels
            
		- Assembly
- Cake.Npm .dll 
- Namespace
- Cake.Npm 
- Base Types
- 
									- Enum
 
							graph BT
	Type-->Base0["Enum"]
	Type["NpmLogLevel"]
class Type type-node
						
					Syntax
public sealed class NpmLogLevel : EnumFields
| Name | Constant Value | Summary | 
|---|---|---|
| Default | 0 | 
            Uses log level as defined by the running Cake script.
             static | 
| Error | 4 | 
            --loglevel error
             static | 
| Http | 7 | 
            --loglevel http
             static | 
| Info | 3 | 
            -d or --loglevel info
             static | 
| Silent | 1 | 
            -s, --silent or --loglevel silent
             static | 
| Silly | 6 | 
            -ddd or --loglevel silly
             static | 
| value__ | ||
| Verbose | 5 | 
            -dd or --loglevel verbose
             static | 
| Warn | 2 | 
            -q, --quiet or --loglevel warn
             static | 
Extension Methods
| Name | Value | Summary | 
|---|---|---|
| Dump | string | 
             Get a basic string representation of specified object.
              From LoggingExtensions Requires the Cake.Incubator addin | 
| IsIn | bool | 
            Checks if the source is contained in a list
             From EnumerableExtensions Requires the Cake.Incubator addin | 
| NotNull | void | 
            Throws an exception if the specified parameter's value is null.
             From Extensions Requires the Cake.Ftp addin | 
| NotNull | void | 
            Throws an exception if the specified parameter's value is null.
             From IssuesArgumentChecks Requires the Cake.Issues addin | 
| ThrowIfNull | T | 
            Throws a  System.ArgumentNullExceptionwith a specific message if the value is null, otherwise returns the valueFrom AssertExtensions Requires the Cake.Incubator addin | 
| ThrowIfNull | T | 
            Throws a  System.ArgumentNullExceptionif the value is null, otherwise returns the valueFrom AssertExtensions Requires the Cake.Incubator addin | 
| ToDictionary | IDictionary | From ObjectHelpers Requires the Cake.DeployParams addin | 
| To | string | 
            Returns the string value or a  Not set> markup suitable for Spectre.Console.From StringExtensions Requires the Cake.Issues addin | 
