Click or drag to resize

BufferingTargetWrapperBufferSize Property

Gets or sets the number of log events to be buffered.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public Layout<int> BufferSize { get; set; }

Property Value

Type: LayoutInt32
Remarks
Default: 100
See Also