Last updated: 2006-09-18
This website is based on NLog v1.0.
Click here to view the documentation
for other versions.
| ${CSVLayout} Layout Renderer A specialized layout that renders CSV-formatted events. | 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.Layouts.CsvLayout |  |  |  |  |  |  |  |  |  |
Parameters:| Name | Type | Description |
|---|
| customColumnDelimiter | string | | Custom column delimiter value (valid when ColumnDelimiter is set to 'Custom') |
| | delimiter | ColumnDelimiterMode | | Column delimiter. Default value is: Auto.
Possible values are:
Auto - Automatically detect from regional settings. Comma - Comma (ASCII 44) Semicolon - Semicolon (ASCII 59) Tab - Tab character (ASCII 9) Pipe - Pipe character (ASCII 124) Space - Space character (ASCII 32) Custom - Custom string, specified by the CustomDelimiter
|
| | quoteChar | string | | Quote Character Default value is: ". |
| | quoting | CsvQuotingMode | | Quoting mode.
Possible values are:
All - Quote all column. Nothing - Quote nothing. Auto - Quote only whose values contain the quote symbol or the separator.
|
| | withHeader | boolean | | Whether CVS should include header. |
|
Back to the layout list. |
| Copyright © 2004-2006 by Jarosław Kowalski. |