Click or drag to resize

WrapperLayoutRendererBaseAppend Method

Renders the value of layout renderer in the context of the specified log event into StringBuilder.

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
protected override void Append(
	StringBuilder builder,
	LogEventInfo logEvent
)

Parameters

builder
Type: System.TextStringBuilder
The StringBuilder to append the rendered data to.
logEvent
Type: NLogLogEventInfo
Logging event.
See Also