MSBuildSettings.

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.MSBuild
Containing Type
MSBuildSettings

Syntax

public Verbosity Verbosity { get; set; }

Value

Type Description
Verbosity The build log verbosity.