ExceptionLayoutRenderer Properties |
The ExceptionLayoutRenderer type exposes the following members.
Name | Description | |
---|---|---|
BaseException |
Gets or sets whether to render innermost Exception from GetBaseException | |
ExceptionDataSeparator |
Gets or sets the separator used to concatenate exception data specified in the Format.
| |
FlattenException |
Gets or sets whether to collapse exception tree using Flatten | |
Format |
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.
| |
Formats |
Gets the formats of the output of inner exceptions to be rendered in target. ExceptionRenderingFormat | |
InnerExceptionSeparator |
Gets or sets the separator between inner exceptions.
| |
InnerFormat |
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.
| |
InnerFormats |
Gets the formats of the output to be rendered in target. ExceptionRenderingFormat | |
LoggingConfiguration |
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.) | |
MaxInnerExceptionLevel |
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.
| |
Separator |
Gets or sets the separator used to concatenate parts specified in the Format.
| |
ValueFormatter |
Value formatter
(Inherited from LayoutRenderer.) |