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