Event Class |
Namespace: Galactic.EventLog
The Event type exposes the following members.
Name | Description | |
---|---|---|
Event |
Constructs an Event given its source, date, severity, category, and details about the event.
|
Name | Description | |
---|---|---|
Category |
A category that describes the nature of the event.
| |
Date |
The date and time that the event occurred.
| |
Details |
A detailed description of the event.
| |
Severity |
The severity of the event.
| |
Source |
An identifier for the application or service from which the event originated.
|
Name | Description | |
---|---|---|
CompareTo(DateTime) |
Compares this Event to a DateTime based upon the date of the event.
| |
CompareTo(Event) |
Compares this Event to another based upon the date of the event.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSeverityLevel |
Gets the severity level, provided its name.
| |
GetSeverityLevelString |
Gets a string representation of a provided severity level.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |