EventLogger Class |
Namespace: Kratos_3.Logging
The EventLogger type exposes the following members.
Name | Description | |
---|---|---|
![]() | EventLogger |
Constructor
|
Name | Description | |
---|---|---|
![]() | addEvent |
Adds an event to the event log
|
![]() | addToOutputBuffer |
Append a string to the output buffer
|
![]() | addVerboseEvent | |
![]() | Equals | (Inherited from Object.) |
![]() | getEvent |
Returns the nth event in the log
|
![]() | getEventLogAsString |
Returns the whole event log as a string, with a header line as the first line
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | getNumberOfEvents |
Returns the number of events contained in the event log
|
![]() | getOutputBuffer |
Returns the output buffer, then resets it
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | resetOutputBuffer |
Reset the output buffer to a blank string
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |