-
Notifications
You must be signed in to change notification settings - Fork 0
af623820 a635 b111 4549 54468cfaebd8
Axel Kesseler edited this page Mar 1, 2023
·
18 revisions
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
C#
private void AddMessage(
StringBuilder builder,
string message,
char split
)
- 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.
The message is always added and cannot be disabled, but might be empty.
RawFormatter Class
Plexdata.LogWriter.Internals.Formatters Namespace
RawFormatter.ToOutput(String, Char)