DotNetMSBuildSettings.

DistributedLoggers Property

Summary

Gets the distributed loggers to use.

Syntax

public ICollection<MSBuildDistributedLogger> DistributedLoggers { get; }

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.

Value

Type Description
ICollection<MSBuildDistributedLogger>