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.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
  NLog.Web (in NLog.Web.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax
protected override void WriteAsyncThreadSafe(
	AsyncLogEventInfo logEvent
)

Parameters

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