Stacktrace layout renderer
NLog documentation is currently being re-organized to use the wiki format. Some content is still missing or incomplete.
We need volunteers to help maintain and organize this Wiki. Please contact
Jarek if you are interested in helping out.
Stack trace renderer.
Supported in



Configuration Syntax
Read more about using the Configuration File.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: =>