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.LibMan.
Summary
Sets the verbosity level which should be used to run the libman command.
- Assembly
- Cake
.LibMan .dll - Namespace
- Cake
.LibMan - Containing Type
- Lib
Man Settings Extensions
Syntax
public static LibManSettings WithVerbosity(this LibManSettings settings, LibManVerbosity verbosity)
Parameters
Name | Type | Description |
---|---|---|
settings | LibManSettings | The settings. |
verbosity | LibManVerbosity | Log level which should be used to run the libman command. |
Return Value
Type | Description |
---|---|
LibManSettings | The settings instance with Verbosity set to verbosity. |