Click or drag to resize

NetworkLogEventDroppedEventArgs Class

Arguments for LogEventDropped events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    NLog.TargetsNetworkLogEventDroppedEventArgs

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public class NetworkLogEventDroppedEventArgs : EventArgs

The NetworkLogEventDroppedEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNetworkLogEventDroppedEventArgs
Creates new instance of NetworkTargetLogEventDroppedEventArgs
Top
Properties
  NameDescription
Public propertyReason
The reason why log was dropped
Top
See Also