Summary
Sets the log verbosity to quiet and returns a disposable that restores the log verbosity on dispose.
- Namespace
- Cake
.Core .Diagnostics - Containing Type
- LogExtensions
Syntax
public static IDisposable QuietVerbosity(this ICakeLog log)
Parameters
Name | Type | Description |
---|---|---|
log | ICakeLog | The log. |
Return Value
Type | Description |
---|---|
IDisposable | A disposable that restores the log verbosity. |