This PR adds the spdlog logging framework to the codebase. It's the next step in integrating a more modern framework for logging rather than our homegrown solution.
This PR just adds the framework and a support class. No other changes have been made, as this is rather top-heavy as it is.
The support class needs to be incorporated with CMud to control the life cycle and such, but that is another future PR :)
This PR adds the
spdlog
logging framework to the codebase. It's the next step in integrating a more modern framework for logging rather than our homegrown solution.This PR just adds the framework and a support class. No other changes have been made, as this is rather top-heavy as it is.
The support class needs to be incorporated with
CMud
to control the life cycle and such, but that is another future PR :)