Click or drag to resize

ThreadNameLayoutRendererAppend Method

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

Namespace:  NLog.LayoutRenderers
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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