NAnt SDK Documentation - v0.92

IResultFormatter.SetOutput Method 

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

[Visual Basic]
Sub SetOutput( _
   ByVal writer As TextWriter _
)
[C#]
void SetOutput(
   TextWriter writer
);

See Also

IResultFormatter Interface | NAnt.NUnit1.Types Namespace