Click or drag to resize

LayoutRendererGetFormatProvider Method

Get the IFormatProvider for rendering the messages to a String

Namespace:  NLog.LayoutRenderers
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
protected IFormatProvider GetFormatProvider(
	LogEventInfo logEvent,
	IFormatProvider layoutCulture = null
)

Parameters

logEvent
Type: NLogLogEventInfo
LogEvent with culture
layoutCulture (Optional)
Type: SystemIFormatProvider
Culture in on Layout level

Return Value

Type: IFormatProvider
See Also