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