Skip to content

af623820 a635 b111 4549 54468cfaebd8

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

RawFormatter.AddMessage Method

The method puts the message 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 AddMessage(
	StringBuilder builder,
	string message,
	char split
)

Parameters

 

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

Remarks

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

See Also

Reference

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

Clone this wiki locally