Skip to content

cde468f8 4365 3267 b1a7 dc832d8a8ab7

Axel Kesseler edited this page Mar 1, 2023 · 18 revisions

CsvFormatter.AddContext Method

The method puts the context into the string builder and appends the split character.

Namespace: Plexdata.LogWriter.Internals.Formatters
Assembly: Plexdata.LogWriter.Abstraction (in Plexdata.LogWriter.Abstraction.dll) Version: 1.0.7.1

Syntax

C#

private void AddContext(
	StringBuilder builder,
	string context,
	char split
)

Parameters

 

builder
Type: System.Text.StringBuilder
The string builder to be used.
context
Type: System.String
The context to be added.
split
Type: System.Char
The split character to be added.

Remarks

The context is always added and cannot be disabled, but might be empty.

See Also

Reference

CsvFormatter Class
Plexdata.LogWriter.Internals.Formatters Namespace
CsvFormatter.ToOutput(String, Char)

Clone this wiki locally