NAnt SDK Documentation - v0.92

DefaultLogger.OutputWriter Property

Gets or sets the TextWriter to which the logger is to send its output.

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

Property Value

The TextWriter to which the logger sends its output.

Implements

IBuildLogger.OutputWriter

See Also

DefaultLogger Class | NAnt.Core Namespace