InternalLogEventArgs Properties |
The InternalLogEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Exception |
The exception. Could be null.
| |
Level |
The log level
| |
Message |
The rendered message
| |
SenderName |
The context name that triggered this internal log event, for example the name of the Target.
This property is not always populated.
| |
SenderType |
The type that triggered this internal log event, for example the FileTarget.
This property is not always populated.
|