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
Public method EventRecord
Initializes a new instance of the EventRecord class

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  Name Description
Public property EventId
Gets or sets the event id.
Public property EventKeywords
Gets or sets the event keywords.
Public property FormattedMessage
Gets or sets the formatted message.
Public property InstanceName
Gets or sets the instance name where the entries are generated from.
Public property Level
Gets or sets the event level.
Public property Opcode
Gets or sets the operation code.
Public property Payload
Gets or sets the event payload.
Public property ProviderId
Gets or sets the id of the source originating the event.
Public property ProviderName
Gets or sets the friendly name of the class that is derived from the event source.
Public property Task
Gets or sets the task for the event.
Public property Timestamp
Gets or sets the timestamp of the event.
Public property Version
Gets or sets the event version.

See Also

EventRecord Class

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Sinks.Database Namespace