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: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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