Click or drag to resize

InternalLoggerMessageEventArgs Class

A message has been written to the internal logger
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    NLog.CommonInternalLoggerMessageEventArgs

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 5.2.0+eed5f76d158dbcaef9326f7a0e1c281adad171e8
Syntax
public sealed class InternalLoggerMessageEventArgs : EventArgs

The InternalLoggerMessageEventArgs 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