MSBuildSettings.

NoConsoleLogger Property

Summary

Gets or sets whether or not information is logged to the console. Disable the default console logger and do not log events to the console.
Namespace
Cake.Common.Tools.MSBuild
Containing Type
MSBuildSettings

Syntax

public bool? NoConsoleLogger { get; set; }

Value

Type Description
bool?