Click or drag to resize

AspNetBufferingTargetWrapperWriteAsyncThreadSafe Method (AsyncLogEventInfo)

Adds the specified log event to the buffer.

Namespace:  NLog.Web.Targets.Wrappers
Assemblies:   NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
  NLog.Web (in NLog.Web.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntax
protected override void WriteAsyncThreadSafe(
	AsyncLogEventInfo logEvent
)

Parameters

logEvent
Type: NLog.CommonAsyncLogEventInfo
The log event.
See Also