[#BloombergLP-ball-RecordJsonFormatter-setRecordSeparator] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/RecordJsonFormatter.adoc[RecordJsonFormatter]::setRecordSeparator :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void setRecordSeparator(std::string_view const& recordSeparator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#