Skip to content
Snippets Groups Projects
  • Geo Ster's avatar
    035008f7
    Migrate to fmt for logging · 035008f7
    Geo Ster authored
    * std::cout is not fit for our usecase, which is format heavy output.
    This results in a lot of code bloat from switching between std::dec and
    std::hex. Switching to fmt yields significantly cleaner code.
    035008f7
    History
    Migrate to fmt for logging
    Geo Ster authored
    * std::cout is not fit for our usecase, which is format heavy output.
    This results in a lot of code bloat from switching between std::dec and
    std::hex. Switching to fmt yields significantly cleaner code.