Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2 src/NLog/Layouts/CSV/CsvColumnDelimiterMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public enum CsvColumnDelimiterMode
Space,

/// <summary>
/// Custom string, specified by the CustomDelimiter.
/// Custom string, specified by the <see cref="CsvLayout.CustomColumnDelimiter"/>.
/// </summary>
Custom,
}
Expand Down
2 changes: 1 addition & 1 deletion 2 src/NLog/Layouts/CSV/CsvLayout.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public CsvLayout()
public string QuoteChar { get; set; } = "\"";

/// <summary>
/// Gets or sets the custom column delimiter value (valid when ColumnDelimiter is set to 'Custom').
/// Gets or sets the custom column delimiter value (valid when <see cref="Delimiter"/> is set to <see cref="CsvColumnDelimiterMode.Custom"/>).
/// </summary>
/// <docgen category='Layout Options' order='10' />
public string CustomColumnDelimiter { get; set; }
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.