NAnt SDK Documentation - v0.85-nightly-2005-11-09

IBuildLogger.OutputWriter Property

[This is preliminary documentation and subject to change.]

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;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.IBuildLogger.OutputWriter

See Also

IBuildLogger Interface | NAnt.Core Namespace