${callsite} Layout Renderer
The call site (class name, method name and source information)
| 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.CallSiteLayoutRenderer |  |  |  | | |  |  |  |  |
Parameters:
| Name | Type | Description |
|---|
| className | boolean | | Render the class name. Default value is: True. |
|
| fileName | boolean | | Render the source file name and line number. Default value is: False. |
|
| includeSourcePath | boolean | | Include source file path. Default value is: True. |
|
| methodName | boolean | | Render the method name. Default value is: True. |
|
| culture | string | | The culture name to be used for rendering. |
|
| cultureInfo | CultureInfo | | The CultureInfo to be used for rendering. |
|
| fixedLength | boolean | | Trim the rendered text to the AbsolutePadding value. Default value is: False. |
|
| lowerCase | boolean | | Render an upper-case string. Default value is: False. |
|
| padCharacter | Char | |
| padding | integer | |
| upperCase | boolean | | Render an upper-case string. Default value is: False. |
|
Back to the layout renderer list.