Use a proper logger instead of relying on std::cout/std::cerr. Decide which one to use. Currently we only have such calls in a couple of places, so this is a good time to take this decision.
The first one looks like the most popular one by far, and is the only one that has passing badges on all the OSs we support here. I've never used any of them, but I'm a biy more inclined twards using spdlog
Use a proper logger instead of relying on
std::cout
/std::cerr
. Decide which one to use. Currently we only have such calls in a couple of places, so this is a good time to take this decision.I have good references of the first one, but IDK