Summary
Gets the distributed loggers to use.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Containing Type
- Dot
Net M S Build Settings
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 |