Click or drag to resize

WindowsIdentityLayoutRendererAppend Method

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

Namespace:  NLog.LayoutRenderers
Assembly:  NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 5.3.0+26b1fda2a4988e638aa77c5dd68f6ffd321a20c9
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