quill v2.2.0 Release Notes

  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ”ง Previously storing the default root logger by calling quill::get_logger() followed by quill::configure(cfg) would invalidate the pointer to the default root logger returned by the former function. This has now been fixed and the obtained Logger* pointer is still valid.
    • Disable fmt::streamed(). (#189)
    • โšก๏ธ Update bundled fmt to 9.1.0
    • ๐Ÿšš logger->should_log(level) is removed. A compile time check was added to logger->should_log<level>() . (#187)