IEventLogger Methods |
The IEventLogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | addEvent |
Add a string as an event to be recorded by this object
|
![]() | addToOutputBuffer |
Add some string to the output buffer
|
![]() | addVerboseEvent |
AddEvent, but only when verbose mode is on
|
![]() | getEvent |
Return the nth event recorded
|
![]() | getEventLogAsString |
Return a string summary of all events recorded so far
|
![]() | getNumberOfEvents |
Return the number of events recorded so far
|
![]() | getOutputBuffer |
Read the output buffer. Should also reset the buffer
|