The LoggingEvent type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | 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.
|
![]() ![]() | StartTime |
Gets the time when the current process started.
|
![]() ![]() | StartTimeUtc |
Gets the UTC time when the current process started.
|
![]() | ThreadName |
Gets the name of the current thread.
|
![]() | TimeStamp |
Gets the time of the logging event.
|
![]() | TimeStampUtc |
Gets UTC the time of the logging event.
|
![]() | UserName |
Gets the name of the current user.
|
See Also