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.Bower.
Summary
Sets the log level e.g. --loglevel=warn
- Assembly
- Cake
.Bower .dll - Namespace
- Cake
.Bower - Containing Type
- Bower
Runner Settings Extensions
Syntax
public static T WithLogLevel<T>(this T settings, BowerLogLevel logLevel)
where T : BowerRunnerSettings
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| settings | T | |
| logLevel | BowerLogLevel |
Return Value
| Type | Description |
|---|---|
| T |
