gigabit-clowns / xmipp4-core

Core library of xmipp4
https://gigabit-clowns.github.io/xmipp4-core/
GNU General Public License v3.0
3 stars 0 forks source link

Use a proper logger #102

Open oierlauzi opened 1 day ago

oierlauzi commented 1 day ago

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

MartinSalinas98 commented 1 day ago

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