quill v1.6.4 Release Notes

  • 🆕 New Features

    • Add a new function quill::get_all_loggers() that returns all the existing loggers. (#114)
    • ➕ Add %(level_id) to pattern formatter. (#136)

    👌 Improvements/Fixes

    • 🛠 Fix initializations for C++17.
    • 🛠 Fix compiler warning in check_format function.
    • Replace QUILL_DUAL_QUEUE_MODE with QUILL_DISABLE_DUAL_QUEUE_MODE.
    • ⚡️ Update bundled fmt to 8.1.1
    • 🐎 Minor performance and accuracy improvements to rdtsc clock used by the backend thread.
    • 🛠 Fix compile error when C++20 is used. (#162)
    • Fix get_page_size() to only call sysconf once. (#160)
    • 🛠 Fix incorrect timestamps in the log file when the system clock is updated. (#127)