XBuildSettings.

Verbosity Property

Summary

Gets or sets the amount of information to display in the build log. Each logger displays events based on the verbosity level that you set for that logger.
Namespace
Cake.Common.Tools.XBuild
Containing Type
XBuildSettings

Syntax

public Verbosity Verbosity { get; set; }

Value

Type Description
Verbosity The build log verbosity.