MSBuildSettingsExtensions.

SetNoConsoleLogger(MSBuildSettings, bool) Method

Summary

Sets whether or not no console logging should be enabled.

Syntax

public static MSBuildSettings SetNoConsoleLogger(this MSBuildSettings settings, bool noConsoleLog)

Parameters

Name Type Description
settings MSBuildSettings The settings.
noConsoleLog bool true if no console log should be enabled; otherwise false.

Return Value

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