Name | Description | |
---|---|---|
LogEntryEventArgs Constructor | Overloaded. Initializes a new instance of the class. |
The following tables list the members exposed by LogEntryEventArgs.
Name | Description | |
---|---|---|
LogEntryEventArgs Constructor | Overloaded. Initializes a new instance of the class. |
Name | Description | |
---|---|---|
DefaultEntryType | The default event log entry type. Equals to LogEntryType.Information. | |
DefaultMessage | The default message. An empty string. | |
DefaultSource | The default source. Equals to "Void". |
Name | Description | |
---|---|---|
Category | The application-specific subcategory associated with the message. | |
DefaultTimestamp | Default value of the Timestamp property. | |
EntryType | Entry type. One of the LogEntryType values. | |
EventId | The application-specific identifier for the event. | |
Message | The message text. | |
RawData | An array of bytes that holds the binary data associated with the entry. | |
Source | The name of the event source. | |
Timestamp | Date and time of the log entry message. In UTC. | |
TimestampDouble | Date and time of the log entry message. In UTC, as double-precision floating-point number that contains an OLE Automation date. | |
TimestampLocal | Date and time of the log entry message. In local time. | |
TimestampLocalDouble | Date and time of the log entry message. In local time, as double-precision floating-point number that contains an OLE Automation date. |
Name | Description | |
---|---|---|
Clone | ||
Equals | Overloaded. Determines whether the specified object is equal to the current object. | |
GetHashCode | Serves as the default hash function. | |
GetObjectData | ||
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
IsValidEventSource | Determines whether the given event source string is valid, i.e. not a null reference and not empty. | |
SetRawData | Sets an array of bytes that holds the binary data associated with the entry. | |
ToString | Returns a string that represents the current object. |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Equality | Determines whether the two objects are equal. |
Inequality | Determines whether the two objects are not equal. |