progressbar
progressbar copied to clipboard
Support any class which looks like an std::basic_ostream?
It's right now std::cout everywhere. It would be cool that if we could use own classes (e.g. Qt loggers / Boost.log loggers / any another with operator << )
Hi, that would be indeed a nice feature and it should require little changes in the code. Unfortunately I'm quite busy with other stuff at the moment – but I would be happy to review a PR, if anyone has time