Click or drag to resize
Galactic API

Galactic.EventLog Namespace

 
Classes
  ClassDescription
Public classEvent
Event contains the data necessary to log events for an application or service.
Public classEventLog
EventLog is an abstract base class for classes that log activity via various methods. Examples of possible methods include: text file, SQL database, e-mail, etc.
Interfaces
  InterfaceDescription
Public interfaceIEventLog
An interface for classes that wish to implement functionality that allows them to be a catalog of application events.
Public interfaceIExceptionLogger
An interface for classes that whish log their exceptions to an event log.
Enumerations
  EnumerationDescription
Public enumerationEventSeverityLevels
The possible severity levels of a logged event.