newlineReplacement property
The replacement string for newline characters when isReplaceNewline is true Default is ' • ' (space + bullet + space) - a distinctive separator rarely seen in normal logs The bullet point provides clear visual separation between content segments
Implementation
static String newlineReplacement = ' • ';