At the moment we write to an ostream which has to be a file specified via the command line / config arguments. We should allow this to be set to to stdout (or have this be the default).
(all other messages are printed to std::cerr so this shouldn't change the over-all behavior of what is returned)
At the moment we write to an
ostream
which has to be a file specified via the command line / config arguments. We should allow this to be set to to stdout (or have this be the default).(all other messages are printed to
std::cerr
so this shouldn't change the over-all behavior of what is returned)