gadomski / cpd

C++ implementation of the Coherent Point Drift point set registration algorithm.
http://www.gadom.ski/cpd
GNU General Public License v2.0
385 stars 122 forks source link

Make logging better #73

Closed gadomski closed 7 years ago

gadomski commented 8 years ago

Right now we just pump everything to stdout. We should be able to control logging at runtime.

vipulraikar commented 7 years ago

What are your thoughts on this project https://github.com/gabime/spdlog. Its header only and seems to have good performance. I will try to see how I can use this.

gadomski commented 7 years ago

Yeah, it's not bad. I've played with it before, and would be open to examining a pull request that added it to the library. Thanks for your interest.