Click or drag to resize

InternalLogEventArgs Properties

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
See Also