Click or drag to resize

AspNetBufferingTargetWrapperGrowBufferAsNeeded Property

Gets or sets a value indicating whether buffer should grow as needed.

Namespace:  NLog.Web.Targets.Wrappers
Assemblies:   NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
  NLog.Web (in NLog.Web.dll) Version: 6.0.0+59339f2811712b446adf6dcd8a6bad39ad9f2ba1
Syntax
public bool GrowBufferAsNeeded { get; set; }

Property Value

Type: Boolean
A value of true if buffer should grow as needed; otherwise, false.
Remarks
Value of true causes the buffer to expand until BufferGrowLimit is hit, false causes the buffer to never expand and lose the earliest entries in case of overflow.
See Also