NAnt SDK Documentation - v0.92

IBuildLogger.OutputWriter Property

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

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

See Also

IBuildLogger Interface | NAnt.Core Namespace