BloombergLP::ball::RecordJsonFormatter::setRecordSeparator

Set the record separator for this record JSON formatter to the specified recordSeparator. The recordSeparator will be printed by each invocation of operator() after the formatted record. The default is a single newline character, "n".

Synopsis

Declared in <ball_recordjsonformatter.h>

void
setRecordSeparator(std::string_view const& recordSeparator);