PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​BackendsText­Logging­Backend­OptionsDelimiter
Open sandboxFocus

TextLoggingBackendOptions.Delimiter Property

Delimiter

String used to separate different parts of the logging record. The default value is a pipe surrounded by spaces (|).

Declaration
public string Delimiter { get; set; }
Property Value
Type Description
System.String