LogEntry Properties |
The LogEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppDomainName |
The AppDomain in which we are running
|
![]() | BinaryDataMessage |
Binary message body to log.
|
![]() | Category |
Category name used to route the log entry to a one or more sinks.
|
![]() | ContextualProperties |
Dictionary of key/value pairs to record.
|
![]() | ErrorMessages |
Gets the error message with the LogEntry |
![]() | EventId |
Event number or identifier.
|
![]() | InnerException |
Gets or sets the inner exception object.
|
![]() | MachineName |
Name of the computer.
|
![]() | Message |
Message body to log. Value from ToString() method from message object.
|
![]() | MessageEncoding |
Encoding for binary message body
|
![]() | SequenceId |
The unique identifier of log event which is automatically generated
and monotonously increasing.
|
![]() | Severity |
Log entry severity as a Severity enumeration. (Unspecified, Information, Warning or Error).
|
![]() | ThreadName |
The name of the .NET thread.
|
![]() | TimeStamp |
Date and time of the log entry message.
|
![]() | Title |
Additional description of the log entry message.
|