NAnt SDK Documentation - v0.92

PlainTextFormatter.SetOutput Method 

Sets the Writer the formatter is supposed to write its results to.

[Visual Basic]
NotOverridable Public Sub SetOutput( _
   ByVal writer As TextWriter _
) _
    Implements IResultFormatter.SetOutput
[C#]
public void SetOutput(
   TextWriter writer
);

Implements

IResultFormatter.SetOutput

See Also

PlainTextFormatter Class | NAnt.NUnit1.Types Namespace