Summary
Gets or sets the
System.IO.TextWriter
to which standard output
messages of the external program will be written.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- ExternalProgramBase
Syntax
public virtual TextWriter OutputWriter { get; set; }
Remarks
By default, standard output messages will be written to the build log
with level
NAnt.Core.Level.Info
.
Value
Type | Description |
---|---|
TextWriter |
The System.IO.TextWriter to which standard output messages of
the external program will be written.
|