NAnt SDK Documentation - v0.92

ExternalProgramBase.OutputWriter Property

Gets or sets the TextWriter to which standard output messages of the external program will be written.

[Visual Basic]
Overridable Public Property OutputWriter As TextWriter
[C#]
public virtual System.IO.TextWriter OutputWriter {get; set;}

Property Value

The TextWriter to which standard output messages of the external program will be written.

Remarks

By default, standard output messages wil be written to the build log with level Info.

See Also

ExternalProgramBase Class | NAnt.Core.Tasks Namespace