Click or drag to resize

LogEventInfoBufferAppend Method

Adds the specified log event to the buffer.

Namespace:  NLog.Common
Assembly:  NLog (in NLog.dll) Version: 5.2.0+eed5f76d158dbcaef9326f7a0e1c281adad171e8
Syntax
public int Append(
	AsyncLogEventInfo eventInfo
)

Parameters

eventInfo
Type: NLog.CommonAsyncLogEventInfo
Log event.

Return Value

Type: Int32
The number of items in the buffer.
See Also