mirror of
https://github.com/catchorg/Catch2
synced 2026-02-01 09:02:16 +00: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