Click or drag to resize

InternalLogEventArgs Structure

Internal LogEvent details from InternalLogger

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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