Click or drag to resize

LogEventInfoBuffer Constructor

Initializes a new instance of the LogEventInfoBuffer class.

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 5.2.0+eed5f76d158dbcaef9326f7a0e1c281adad171e8
Syntax
public LogEventInfoBuffer(
	int size,
	bool growAsNeeded,
	int growLimit
)

Parameters

size
Type: SystemInt32
Buffer size.
growAsNeeded
Type: SystemBoolean
Whether buffer should grow as it becomes full.
growLimit
Type: SystemInt32
The maximum number of items that the buffer can grow to.
See Also