LoggingEventData MembersApache log4net™ SDK Documentation
The LoggingEventData type exposes the following members.
Methods

  NameDescription
Public methodOnlineEquals
Indicates whether this instance and a specified object are equal.
(Inherited from OnlineValueType.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Returns the hash code for this instance.
(Inherited from OnlineValueType.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns the fully qualified type name of this instance.
(Inherited from OnlineValueType.)
Back to 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
The time the event was logged
Public fieldUserName
String representation of the user
Back to Top
See Also