DeploySettingsExtensions.

SetTraceLevel(DeploySettings, TraceLevel) Method

Summary

Sets the logging trace level
Assembly
Cake.WebDeploy.dll
Namespace
Cake.WebDeploy
Containing Type
DeploySettingsExtensions

Syntax

public static DeploySettings SetTraceLevel(this DeploySettings settings, TraceLevel level)

Parameters

Name Type Description
settings DeploySettings The publish settings.
level TraceLevel The trace level.

Return Value

Type Description
DeploySettings The same DeploySettings instance so that multiple calls can be chained.