v3.7.0
版本发布时间: 2024-03-18 21:10:41
odygrd/quill最新发布版本:v7.0.0(2024-09-06 06:50:45)
- Fixed crash triggered by insufficient space in the queue upon invocation of
flush()
. (#398) - Fixed windows clang-cl build error. (#400)
- Fixed compilation errors encountered on FreeBSD and extended
get_thread_id()
support to various other BSD operating systems. (#401) - Fix
open_file()
in theFileHandler
to also create the parent path before opening the file. (#395) - Enhance logic for backend thread's
flush()
invocation; it now triggers only if the handler has previously written data. (#395) - Address an uncaught exception in the backend thread that could occur when a user manually removes the log file from the terminal while the logger is running. (#395)
- Ensure that after a logger is removed, there are no subsequent calls to the Handler's
flush()
orrun_loop()
, provided the Handler is not shared. (#395) - Ignore the virtual destructor missing warning for the
CustomTags
class. (#402) - Update bundled
libfmt
tov10.2.1