Click or drag to resize

ExceptionLayoutRenderer Properties

The ExceptionLayoutRenderer type exposes the following members.

Properties
  NameDescription
Public propertyBaseException
Gets or sets whether to render innermost Exception from GetBaseException
Public propertyExceptionDataSeparator
Gets or sets the separator used to concatenate exception data specified in the Format.
Public propertyFlattenException
Gets or sets whether to collapse exception tree using Flatten
Public propertyFormat
Gets or sets the format of the output. Must be a comma-separated list of exception properties: Message, Type, ShortType, ToString, Method, StackTrace. This parameter value is case-insensitive.
Public propertyFormats
Gets the formats of the output of inner exceptions to be rendered in target. ExceptionRenderingFormat
Public propertyInnerExceptionSeparator
Gets or sets the separator between inner exceptions.
Public propertyInnerFormat
Gets or sets the format of the output of inner exceptions. Must be a comma-separated list of exception properties: Message, Type, ShortType, ToString, Method, StackTrace. This parameter value is case-insensitive.
Public propertyInnerFormats
Gets the formats of the output to be rendered in target. ExceptionRenderingFormat
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.)
Public propertyMaxInnerExceptionLevel
Gets or sets the maximum number of inner exceptions to include in the output. By default inner exceptions are not enabled for compatibility with NLog 1.0.
Public propertySeparator
Gets or sets the separator used to concatenate parts specified in the Format.
Protected propertyValueFormatter
Value formatter
(Inherited from LayoutRenderer.)
Top
See Also