Set the record separator for this record JSON formatter to the specified recordSeparator.
Declared in <ball_recordjsonformatter.h>
void
setRecordSeparator(std::string_view const& recordSeparator);
The recordSeparator will be printed by each invocation of operator() after the formatted record. The default is a single newline character, "n".
| Name | Description |
|---|---|
| recordSeparator | string printed after each formatted record |