Skip to content

Stack Trace Layout Renderer

Xharze edited this page Sep 29, 2012 · 1 revision

Stack trace renderer.

Supported in .NET, Silverlight and Mono

##Configuration Syntax

${stacktrace:format=Enum:topFrames=Integer:separator=String}

##Parameters ###Rendering Options

  • format - Output format of the stack trace. Default: Flat
    Possible values:
    • DetailedFlat - Detailed flat format (method signatures displayed in a single line).
    • Flat - Flat format (class and method names displayed in a single line).
    • Raw - Raw format (multiline - as returned by StackFrame.ToString() method).
  • topFrames - Number of top stack frames to be rendered. Integer Default: 3
  • separator - Stack frame separator string. Default: =>

Clone this wiki locally