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

LogFormatter Members

LogFormatter overview

Public Instance Constructors

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

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 Properties

PrefixMissing <summary> documentation for P:NAnt.NUnit1.Types.LogFormatter.Prefix
VerboseMissing <summary> documentation for P:NAnt.NUnit1.Types.LogFormatter.Verbose

Protected Instance Methods

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

See Also

LogFormatter Class | NAnt.NUnit1.Types Namespace