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.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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