ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Improve logging #41

Closed ossama-othman closed 6 years ago

ossama-othman commented 7 years ago

Formalize logging in MaRC. MaRC currently has various std::cout and std::cerr statements peppered throughout itself. Use a logging framework like Boost.Log to making logging in MaRC much more robust and configurable.