Format the specified record according to the current format and recordSeparator to the specified stream.
Declared in <ball_recordjsonformatter.h>
void
operator()(
std::ostream& stream,
Record const& record) const;
| Name | Description |
|---|---|
| stream | output stream |
| record | log record to format |