quill v1.4.0 Release Notes

Release Date: 2020-08-15 // over 3 years ago
    • โž• Added support for printing colour codes in the terminal. See ConsoleHandler
    • RotatingFileHandler improvements and minor change in API. See RotatingFileHandler
    • ๐Ÿšš DailyFileHandler is removed and replaced by TimeRotatingFileHandler. See TimeRotatingFileHandler
    • โž• Added backtrace logging. Log messages can be stored in a buffer and flushed later on demand. See Backtrace Logging
    • โž• Added bundled doctest 2.4.0
    • โœ… Migrated all tests from gtest to doctest.
    • โฌ†๏ธ Upgraded bundled libfmt to 7.0.3