Click or drag to resize

StackTraceLayoutRenderer Properties

The StackTraceLayoutRenderer type exposes the following members.

Properties
  NameDescription
Public propertyCaptureStackTrace
Logger should capture StackTrace, if it was not provided manually
Public propertyFormat
Gets or sets the output format of the stack trace.
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from LayoutRenderer.)
Public propertyReverse
Gets or sets whether to render StackFrames in reverse order
Public propertySeparator
Gets or sets the stack frame separator string.
Public propertySkipFrames
Gets or sets the number of frames to skip.
Public propertyTopFrames
Gets or sets the number of top stack frames to be rendered.
Protected propertyValueFormatter
Value formatter
(Inherited from LayoutRenderer.)
Top
See Also