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

LogFormatter Constructor 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.NUnit1.Types.LogFormatter.#ctor(System.String,System.Boolean)

[Visual Basic]
Public Sub New( _
   ByVal prefix As String, _
   ByVal verbose As Boolean _
)
[C#]
public LogFormatter(
   string prefix,
   bool verbose
);

Parameters

prefix
Missing <param> documentation for prefix
verbose
Missing <param> documentation for verbose

Remarks

Missing <remarks> documentation for M:NAnt.NUnit1.Types.LogFormatter.#ctor(System.String,System.Boolean)

See Also

LogFormatter Class | NAnt.NUnit1.Types Namespace