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
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