LogMessages Property

TFS Build Extensions

Collapse imageExpand ImageCopy imageCopyHover image
When this is set before calling Merge, then log messages are written. It is used in conjunction with the LogFile property.

If Log is true, but LogFile is null, then log messages are written to Console.Out. To specify this behavior on the command line, the option "/log" can be given without a log file.

Command line option: /log[:logfile]

Default: false

Namespace: TfsBuildExtensions.Activities.Framework
Assembly: TfsBuildExtensions.Activities.ILMerge (in TfsBuildExtensions.Activities.ILMerge.dll) Version: 1.0.0.0 (1.0.0.6)

See Also