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: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
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