Click or drag to resize

FuncLayoutRenderer Properties

The FuncLayoutRenderer type exposes the following members.

Properties
  NameDescription
Public propertyCulture
Gets or sets the culture used for rendering.
Public propertyFormat
Format string for conversion from object to string.
Public propertyLayoutRendererName
Name used in config without ${}. E.g. "test" could be used as "${test}".
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.)
Public propertyRenderMethod
Method that renders the layout. This public property will be removed in NLog 5.
Protected propertyValueFormatter
Value formatter
(Inherited from LayoutRenderer.)
Top
See Also