Click or drag to resize

EventLogger Class

Class for storing events and dumping them to a system file. Also contains output buffer, where FactSetOnDemand objects write any informational messages
Inheritance Hierarchy
SystemObject
  Kratos_3.LoggingEventLogger

Namespace:  Kratos_3.Logging
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public class EventLogger : IEventLogger

The EventLogger type exposes the following members.

Constructors
  NameDescription
Public methodEventLogger
Constructor
Top
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