spdlog v0.17.0 Release Notes

Release Date: 2018-05-21 // almost 6 years ago
  • Summary

    • ๐Ÿ‘Œ Improvements in color output impl - thanks @Qix-
    • ๐Ÿ›  Fixed spelling - thanks @rcarmich
    • ๐Ÿ†• New function to convert level_enum from string - thanks @fegomes
    • ๐Ÿ‘Œ Support for custom EOL per formatter - thanks Emad William Farag
    • Make set_color public in wincolor_sink to retain configurability - thanks Benjamin Schindler
    • ๐Ÿ›  Fix compilation error with GCC 8 - thanks @ColinDuquesnoy
    • CMake improvements - thanks @DanielChabrowski , @grzadr and @yisonPylkita
    • โฌ†๏ธ Bumped bundled fmt version to 4.1.0
    • ๐Ÿ›  Fixed tests for older gcc compilers
    • ๐Ÿšš Moved to clang source code formatter - thanks @DanielChabrowski
    • ๐Ÿ›  Fixed many clang-tidy warnings - thanks @DanielChabrowski
    • ๐Ÿ›  Fix implicit conversion warnings - thanks @tbastos
    • โž• Added Added: g3log, log4cplus, log4cpp, p7. Changes: boost, easylogging, g2log to bench - thanks @kasru
    • ๐Ÿ‘Œ Support for color formatting. using the %^ and %$ format flags.
    • โž• Added new sink to contrib: step_logger - thanks @Puasonych
    • ๐Ÿšค Replaced the lockfree queue with bounded, locked queue - this greatly improves CPU usage and memory footprint in async mode (with some cost to latency due to the mutex locking).