Skip to content

v3.6.0

Compare
Choose a tag to compare
@odygrd odygrd released this 18 Dec 10:57
· 393 commits to master since this release
be7c583
  • Fixed QUILL_LOGGER_CALL_NOFN_LIMIT macros. (#381)
  • Resolved a bug that caused reading destructed arguments when structured logging format was used.
  • Modified member access from private to protected in ConsoleHandler for potential inheritance purposes.
  • Eliminated redundant whitespaces within JsonFileHandler.
  • Fixed JsonFileHandler to notify the file event notifier before log message writes.
  • Implemented a new attribute called %(structured_keys) within the PatternFormatter to facilitate the inclusion
    of keys in messages when using structured log formatting. This addition is useful for instances where logging occurs
    in both JSON and regular log formats, enabling the display of keys within the regular log-formatted messages.
    See updated example_json_structured_log.cpp