Click or drag to resize

BufferingTargetWrapperOverflowAction Enumeration

The action to be taken when the buffer overflows.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public enum BufferingTargetWrapperOverflowAction
Members
  Member nameValueDescription
Flush0 Flush the content of the buffer.
Discard1 Discard the oldest item.
See Also