mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-14 22:54:47 +01:00

This also introduces Catch::clog() method to allow embedded targets to override std::clog usage with their own stream (presumably null-sink), similarly to how Catch::cout() and Catch::cerr() are used. Fixes #989