Click or drag to resize

TargetRenderLogEvent Method (Layout, LogEventInfo)

Renders the logevent into a string-result using the provided layout

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
protected string RenderLogEvent(
	Layout layout,
	LogEventInfo logEvent
)

Parameters

layout
Type: NLog.LayoutsLayout
The layout.
logEvent
Type: NLogLogEventInfo
The logevent info.

Return Value

Type: String
String representing log event.
See Also