EventRecord Members
Include Protected Members
Include Inherited Members
Applies to: Semantic Logging Application Block 1.0
The EventRecord type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EventRecord |
Initializes a new instance of the EventRecord class
|
Methods
Name | Description | |
---|---|---|
Equals | (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.) |
|
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.) |
Properties
Name | Description | |
---|---|---|
EventId |
Gets or sets the event id.
|
|
EventKeywords |
Gets or sets the event keywords.
|
|
FormattedMessage |
Gets or sets the formatted message.
|
|
InstanceName |
Gets or sets the instance name where the entries are generated from.
|
|
Level |
Gets or sets the event level.
|
|
Opcode |
Gets or sets the operation code.
|
|
Payload |
Gets or sets the event payload.
|
|
ProviderId |
Gets or sets the id of the source originating the event.
|
|
ProviderName |
Gets or sets the friendly name of the class that is derived from the event source.
|
|
Task |
Gets or sets the task for the event.
|
|
Timestamp |
Gets or sets the timestamp of the event.
|
|
Version |
Gets or sets the event version.
|
See Also
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database Namespace