![]() | InternalLogEventArgs Structure |
Namespace: NLog.Common
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |