Click or drag to resize

LogEventDroppedEventArgs Class

Arguments for LogEventDropped events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    NLog.Targets.WrappersLogEventDroppedEventArgs

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public class LogEventDroppedEventArgs : EventArgs

The LogEventDroppedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodLogEventDroppedEventArgs
Initializes a new instance of the LogEventDroppedEventArgs class.
Top
Properties
  NameDescription
Public propertyDroppedLogEventInfo
Instance of LogEventInfo that was dropped by Target
Top
See Also