rezalas / riftshadow

Dedicated to the preservation of the game and modernization of a classic mud codebase.
MIT License
18 stars 14 forks source link

Added spdlog and support class #254

Closed sean-gilliam closed 8 months ago

sean-gilliam commented 8 months ago

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 :)