 | BufferingTargetWrapperOverflowAction Enumeration |
The action to be taken when the buffer overflows.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic enum BufferingTargetWrapperOverflowAction
Public Enumeration BufferingTargetWrapperOverflowAction
Dim instance As BufferingTargetWrapperOverflowAction
type BufferingTargetWrapperOverflowAction
Members
| Member name | Value | Description |
---|
| Flush | 0 |
Flush the content of the buffer.
|
| Discard | 1 |
Discard the oldest item.
|
See Also