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

LogFormatter Methods

The methods of the LogFormatter class are listed below. For a complete list of LogFormatter class members, see the LogFormatter Members topic.

Public Instance Methods

AddErrorMissing <summary> documentation for M:NAnt.NUnit1.Types.LogFormatter.AddError(NUnit.Framework.ITest,System.Exception)
AddFailureMissing <summary> documentation for M:NAnt.NUnit1.Types.LogFormatter.AddFailure(NUnit.Framework.ITest,NUnit.Framework.AssertionFailedError)
EndTestMissing <summary> documentation for M:NAnt.NUnit1.Types.LogFormatter.EndTest(NUnit.Framework.ITest)
EndTestSuiteCalled when the whole test suite has ended.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
SetOutputNot used, all output goes to Log class.
StartTestMissing <summary> documentation for M:NAnt.NUnit1.Types.LogFormatter.StartTest(NUnit.Framework.ITest)
StartTestSuiteCalled when the whole test suite has started.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

LogFormatter Class | NAnt.NUnit1.Types Namespace