Click or drag to resize

BufferingTargetWrapper Constructor (Target, Int32, Int32, BufferingTargetWrapperOverflowAction)

Initializes a new instance of the BufferingTargetWrapper class.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public BufferingTargetWrapper(
	Target wrappedTarget,
	int bufferSize,
	int flushTimeout,
	BufferingTargetWrapperOverflowAction overflowAction
)

Parameters

wrappedTarget
Type: NLog.TargetsTarget
The wrapped target.
bufferSize
Type: SystemInt32
Size of the buffer.
flushTimeout
Type: SystemInt32
The flush timeout.
overflowAction
Type: NLog.Targets.WrappersBufferingTargetWrapperOverflowAction
The action to take when the buffer overflows.
See Also