NAnt SDK Documentation - v0.92

XmlResultFormatter.SetOutput Method 

Sets the TextWriter 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

XmlResultFormatter Class | NAnt.NUnit1.Types Namespace