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

DefaultLogger.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]
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

Remarks

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

See Also

DefaultLogger Class | NAnt.Core Namespace