Trying out spdlog with cmake. I don't need much, but it would be nice if I could easily and quickly:
- configure a logger very easily;
- output to multiple sinks from a single log statement;
- set the format for each sink independently; and
- set up a cmake configuration so that only my debug exe prints debug statements.
So far, this seems like a good way to go :D.