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