Parallel.MultiLog Property

MSBuild Extension Pack

ParallelMultiLog Property MSBuild Extension Pack Help 4.0.12.0
Specifies whether each parallel execution should log to it's own log file rather than the parent. Default is false. For BuildTargetsInParallel you can specify a LogFilePath metadata value to define the root path to log to, otherwise they are written to the directory of the calling project. The name of the target is used as the file name. For BuildTargetSetsInParallel you can specify a LogFilePath and a LogFileName metatdatavalue. If LogFileName is not passed, the target name is used.

Namespace: MSBuild.ExtensionPack.Framework
Assembly: MSBuild.ExtensionPack (in MSBuild.ExtensionPack.dll) Version: 4.0.0.0
See Also

Reference