[#BloombergLP-ball-RecordStringFormatter-operator_call] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/ball.adoc[ball]::xref:BloombergLP/ball/RecordStringFormatter.adoc[RecordStringFormatter]::operator() :relfileprefix: ../../../ :mrdocs: Format `record` to `stream` using this formatter's format specification. == Synopsis Declared in `<ball_recordstringformatter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void operator()( std::ostream& stream, xref:BloombergLP/ball/Record.adoc[Record] const& record) const; ---- == Description The timestamp offset of this record formatter is added to each timestamp that is output to `stream`. == Parameters [cols="1,4"] |=== | Name| Description | *stream* | output stream that receives the formatted record | *record* | log record to format |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#