Click or drag to resize

AsyncTargetWrapperOverflowAction Property

Gets or sets the action to be taken when the lazy writer thread request queue count exceeds the set limit.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public AsyncTargetWrapperOverflowAction OverflowAction { get; set; }

Property Value

Type: AsyncTargetWrapperOverflowAction
Remarks
Default: Discard
See Also