Click or drag to resize

NetworkTargetOverflowAction Enumeration

Action that should be taken if the message overflows.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public enum NetworkTargetOverflowAction
Members
  Member nameValueDescription
Error0 Report an error.
Split1 Split the message into smaller pieces. Only relevant for UDP sockets, as TCP sockets does it automatically.
Discard2 Discard the entire message.
See Also