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.Gradle.
Summary
Sets the gradle logging level.
- Assembly
- Cake
.Gradle .dll - Namespace
- Cake
.Gradle - Containing Type
- GradleRunner
Syntax
public GradleRunner WithLogLevel(GradleLogLevel logLevel)
Parameters
Name | Type | Description |
---|---|---|
logLevel | GradleLogLevel | The logging level. |
Return Value
Type | Description |
---|---|
GradleRunner | The GradleRunner for fluent re-use. |