Use coherent formatting with spdlog
Using the same formatting library as used in spdlog (fmt) should prevent issues with accidental passing of non-POD to the c++ string format.
Using the same formatting library as used in spdlog (fmt) should prevent issues with accidental passing of non-POD to the c++ string format.