Tag: CMake
-
Using Boost.Log – Part 1
This is an effort to illustrate the usage of Boost.Log with simple logging, filtering and the usage of a configuration file to manage logging level. Basic logging The first thing we need is to setup our project. I will use CMake as the build system. To add Boost.Log library, is necessary to use the FindBoost…