Galactic.EventLog Namespace |
Class | Description | |
---|---|---|
Event |
Event contains the data necessary to log events for an application or service.
| |
EventLog |
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.
|
Interface | Description | |
---|---|---|
IEventLog |
An interface for classes that wish to implement functionality that allows them to be a catalog of application events.
| |
IExceptionLogger |
An interface for classes that whish log their exceptions to an event log.
|
Enumeration | Description | |
---|---|---|
EventSeverityLevels |
The possible severity levels of a logged event.
|