easyloggingpp v9.96.0 Release Notes

Release Date: 2018-02-14 // about 6 years ago
  • โšก๏ธ [This update is recommended for all the users especially when using ELPP_THREAD_SAFE]

    ๐Ÿ”„ Changelog

    ๐Ÿ›  Fixes

    • Potential deadlocks in extreme edge case #609
    • Respect MaxLogFileSize setting even when ELPP_NO_DEFAULT_LOG_FILE is set (@MonsieurNicolas)
    • ๐ŸŽ‰ Disable log file initially when using ELPP_NO_LOG_TO_FILE, to be consistent with documentation (@rggjan)

    โšก๏ธ Updates

    • el::Storage no longer contains locks as it should be
    • ๐Ÿ’… Reformatted both files with astyle
    • โšก๏ธ License text updated

    โž• Added

    • Install a pkg-config .pc file (@acowley)