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

XmlLogger.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]
NotOverridable Public Property OutputWriter As TextWriter _
    Implements IBuildLogger.OutputWriter
[C#]
public System.IO.TextWriter OutputWriter {get; set;}

Implements

IBuildLogger.OutputWriter

Remarks

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

See Also

XmlLogger Class | NAnt.Core Namespace