LogExtensions.

DiagnosticVerbosity(ICakeLog) Method

Summary

Sets the log verbosity to diagnostic and returns a disposable that restores the log verbosity on dispose.
Namespace
Cake.Core.Diagnostics
Containing Type
LogExtensions

Syntax

public static IDisposable DiagnosticVerbosity(this ICakeLog log)

Parameters

Name Type Description
log ICakeLog The log.

Return Value

Type Description
IDisposable A disposable that restores the log verbosity.