mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-09 00:09:33 +01:00
`print` version of the logging functions supports `printf`-like formatting, which we do not use and given our current debug print internals, will never use. This should be slightly more efficient and expresses the intent better.