log4net SDK Reference

LoggingEvent Properties

The properties of the LoggingEvent class are listed below. For a complete list of LoggingEvent class members, see the LoggingEvent Members topic.

Public Static (Shared) Properties

StartTime Gets the time when the current process started.

Public Instance Properties

Domain Gets the AppDomain friendly name.
ExceptionObject Gets the exception object used to initialize this event.
Fix The fixed fields in this event
Identity Gets the identity of the current thread principal.
Level Gets the Level of the logging event.
LocationInformation Gets the location information for this logging event.
LoggerName Gets the name of the logger that logged the event.
MessageObject Gets the message object used to initialize this event.
Properties Additional event specific properties.
RenderedMessage Gets the message, rendered through the RendererMap.
Repository The ILoggerRepository that this event was created in.
ThreadName Gets the name of the current thread.
TimeStamp Gets the time of the logging event.
UserName Gets the name of the current user.

See Also

LoggingEvent Class | log4net.Core Namespace