Click or drag to resize

WrapperLayoutRendererBaseRenderInnerAndTransform Method

Appends the rendered output from Inner-layout and transforms the added output (when necessary)

Namespace:  NLog.LayoutRenderers.Wrappers
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
protected virtual void RenderInnerAndTransform(
	LogEventInfo logEvent,
	StringBuilder builder,
	int orgLength
)

Parameters

logEvent
Type: NLogLogEventInfo
Logging event.
builder
Type: System.TextStringBuilder
The StringBuilder to append the rendered data to.
orgLength
Type: SystemInt32
Start position for any necessary transformation of StringBuilder.
See Also