Click or drag to resize

LayoutWithHeaderAndFooterGetFormattedMessage Method

Renders formatted output using the log event as context.

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
protected override string GetFormattedMessage(
	LogEventInfo logEvent
)

Parameters

logEvent
Type: NLogLogEventInfo
The logging event.

Return Value

Type: String
The formatted output.
See Also