Click or drag to resize

IEventLogger Interface

Interface for objects used by FactSetOnDemand toolkit for logging events and logging output

Namespace:  Kratos_3.Interfaces
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public interface IEventLogger

The IEventLogger type exposes the following members.

Methods
  NameDescription
Public methodaddEvent
Add a string as an event to be recorded by this object
Public methodaddToOutputBuffer
Add some string to the output buffer
Public methodaddVerboseEvent
AddEvent, but only when verbose mode is on
Public methodgetEvent
Return the nth event recorded
Public methodgetEventLogAsString
Return a string summary of all events recorded so far
Public methodgetNumberOfEvents
Return the number of events recorded so far
Public methodgetOutputBuffer
Read the output buffer. Should also reset the buffer
Top
See Also