Click or drag to resize

RegistryLayoutRendererAppend Method

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

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