LoggingEventData StructureApache log4net™ SDK Documentation
Portable data structure used by LoggingEvent

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public struct LoggingEventData

The LoggingEventData type exposes the following members.

Properties

  NameDescription
Public propertyTimeStampUtc
Gets or sets the UTC time the event was logged
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldDomain
String representation of the AppDomain.
Public fieldExceptionString
The string representation of the exception
Public fieldIdentity
String representation of the identity.
Public fieldLevel
Level of logging event.
Public fieldLocationInfo
Location information for the caller.
Public fieldLoggerName
The logger name.
Public fieldMessage
The application supplied message.
Public fieldProperties
Additional event specific properties
Public fieldThreadName
The name of thread
Public fieldTimeStamp Obsolete.
Gets or sets the local time the event was logged
Public fieldUserName
String representation of the user
Top
Remarks

Portable data structure used by LoggingEvent

See Also

Reference