Click or drag to resize

EventLogger Methods

The EventLogger type exposes the following members.

Methods
  NameDescription
Public methodaddEvent
Adds an event to the event log
Public methodaddToOutputBuffer
Append a string to the output buffer
Public methodaddVerboseEvent
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodgetEvent
Returns the nth event in the log
Public methodgetEventLogAsString
Returns the whole event log as a string, with a header line as the first line
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodgetNumberOfEvents
Returns the number of events contained in the event log
Public methodgetOutputBuffer
Returns the output buffer, then resets it
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodresetOutputBuffer
Reset the output buffer to a blank string
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also