Click or drag to resize

NetworkTargetOverflowAction Enumeration

Action that should be taken if the message overflows.

Namespace:  NLog.Targets
Assembly:  NLog.Targets.Network (in NLog.Targets.Network.dll) Version: 6.0.0+be83582280f7a841b0d3c6ae75b4f95aaf07e914
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