DefaultLogger.

OutputWriter Property

Summary

Gets or sets the System.IO.TextWriter to which the logger is to send its output.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DefaultLogger

Syntax

public virtual TextWriter OutputWriter { get; set; }

Value

Type Description
TextWriter The System.IO.TextWriter to which the logger sends its output.