Last updated: 2006-09-18
This website is based on NLog v1.0.
Click here to view the documentation
for other versions.
| ${stacktrace} Layout Renderer Stack trace renderer. | Assembly | Class | .NET Framework | .NET CF | Mono on Windows | Mono on Unix |
|---|
| 1.0 | 1.1 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 | 1.0 | 2.0 |
|---|
| NLog.dll | NLog.LayoutRenderers.StackTraceLayoutRenderer |  |  |  | | |  |  |  |  |
Parameters:| 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. |
|
Back to the layout renderer list. |
| Copyright © 2004-2006 by Jarosław Kowalski. |