Format record to stream using this formatter's format specification.
Declared in <ball_recordstringformatter.h>
void
operator()(
std::ostream& stream,
Record const& record) const;
The timestamp offset of this record formatter is added to each timestamp that is output to stream.
| Name | Description |
|---|---|
| stream | output stream that receives the formatted record |
| record | log record to format |