DotNetMSBuildSettingsExtensions.

WithDistributedLogger(DotNetMSBuildSettings, MSBuildDistributedLogger) Method

Summary

Adds a distributed loggers to use.

Syntax

public static DotNetMSBuildSettings WithDistributedLogger(this DotNetMSBuildSettings settings, MSBuildDistributedLogger logger)

Remarks

A distributed logger consists of a central and forwarding logger. MSBuild will attach an instance of the forwarding logger to each secondary node. For more information see https://msdn.microsoft.com/en-us/library/bb383987.aspx.

Parameters

Name Type Description
settings DotNetMSBuildSettings The settings.
logger MSBuildDistributedLogger The response file to add.

Return Value

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