You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed compilation errors encountered on FreeBSD and extended get_thread_id() support to various other BSD operating systems. (#401)
Fix open_file() in the FileHandler 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() or run_loop(), provided the Handler is not shared. (#395)
Ignore the virtual destructor missing warning for the CustomTags class. (#402)