Summary
Adds a distributed loggers to use.
- Namespace
- Cake
.Common .Tools .DotNet .MSBuild - Containing Type
- Dot
Net M S Build Settings Extensions
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 | Dot |
The settings. |
logger | M |
The response file to add. |
Return Value
Type | Description |
---|---|
Dot |
The same DotNetMSBuildSettings instance so that multiple calls can be chained. |