mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
Instead of passing the output parameters to std::cout straight away, use helper wrappers. This will allow us to add more formats for gathered tests results. Introduce helper writer classes hierarchy that can be extended to support different output formats (JSON, XML, etc). Signed-off-by: Vladimir Krivopalov <vladimir@scylladb.com>