Stack trace renderer.
| Name | Type | Description |
|---|
| format | StackTraceFormat | | The output format of the stack trace. Default value is: Flat.
Possible values are:
Raw - Raw format (multiline - as returned by StackFrame.ToString() method) Flat - Flat format (class and method names displayed in a single line) DetailedFlat - Detailed flat format (method signatures displayed in a single line)
|
|
| separator | string | | Stack frame separator string. Default value is: => . |
|
| topFrames | integer | | The number of top stack frames to be rendered. Default value is: 3. |
|