Last updated: 2006-09-18
This website is based on NLog v1.0.
Click here to view the documentation
for other versions.
| ${log4jxmlevent} Layout Renderer XML event description compatible with log4j, Chainsaw and NLogViewer | 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.Log4JXmlEventLayoutRenderer |  |  |  |  |  |  |  |  |  |
Parameters:| Name | Type | Description |
|---|
| appInfo | string | | The AppInfo field. By default it's the friendly name of the current AppDomain. |
| | includeCallSite | boolean | | Include call site (class and method name) in the information sent over the network. |
| | includeMDC | boolean | | Include MDC dictionary in the information sent over the network. |
| | includeNDC | boolean | | | includeNLogData | boolean | | Include NLog-specific extensions to log4j schema. Default value is: True. |
| | includeSourceInfo | boolean | | Include source info (file name and line number) in the information sent over the network. |
| | indentXml | boolean | | Whether the XML should use spaces for indentation. |
| | 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. |
| Copyright © 2004-2006 by Jarosław Kowalski. |