Click or drag to resize

InternalLogEventArgs Structure

Internal LogEvent details from InternalLogger

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
public readonly struct InternalLogEventArgs

The InternalLogEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyException
The exception. Could be null.
Public propertyLevel
The log level
Public propertyMessage
The rendered message
Public propertySenderName
The context name that triggered this internal log event, for example the name of the Target. This property is not always populated.
Public propertySenderType
The type that triggered this internal log event, for example the FileTarget. This property is not always populated.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also