LoggingEvent PropertiesApache log4net™ SDK Documentation

The LoggingEvent type exposes the following members.

Properties

  NameDescription
Public propertyDomain
Gets the AppDomain friendly name.
Public propertyExceptionObject
Gets the exception object used to initialize this event.
Public propertyFix
The fixed fields in this event
Public propertyIdentity
Gets the identity of the current thread principal.
Public propertyLevel
Gets the Level of the logging event.
Public propertyLocationInformation
Gets the location information for this logging event.
Public propertyLoggerName
Gets the name of the logger that logged the event.
Public propertyMessageObject
Gets the message object used to initialize this event.
Public propertyProperties
Additional event specific properties.
Public propertyRenderedMessage
Gets the message, rendered through the RendererMap.
Public propertyRepository
The ILoggerRepository that this event was created in.
Public propertyStatic memberStartTime
Gets the time when the current process started.
Public propertyStatic memberStartTimeUtc
Gets the UTC time when the current process started.
Public propertyThreadName
Gets the name of the current thread.
Public propertyTimeStamp
Gets the time of the logging event.
Public propertyTimeStampUtc
Gets UTC the time of the logging event.
Public propertyUserName
Gets the name of the current user.
Top
See Also

Reference