File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 113113 for details.
114114 For documentation, see [here](https://quillcpp.readthedocs.io/en/latest/binary_protocols.html).
115115
116+ - The immediate flush feature has been enhanced to support interval-based flushing and moved to runtime. This feature
117+ helps with debugging by ensuring log statements are flushed to the sink, blocking the caller
118+ thread. ([#660](https://github.com/odygrd/quill/issues/660))
119+
116120- Added `source_location_path_strip_prefix` option in `PatternFormatterOptions` to customize the display of the
117121 `%(source_location)` attribute of `PatternFormatter`. When set, any paths that contain this prefix will have
118122 the prefix and everything before it stripped from the displayed path. For example, with prefix "projects",
124128 components like "../" are processed and removed, simplifying paths from `__FILE__` which might contain
125129 relative paths like "../../../test/main.cpp". ([#778](https://github.com/odygrd/quill/issues/778))
126130
127- - The immediate flush feature has been enhanced to support interval-based flushing and moved to runtime. This feature
128- helps with debugging by ensuring log statements are flushed to the sink, blocking the caller
129- thread. ([#660](https://github.com/odygrd/quill/issues/660))
130-
131131- Added the `QUILL_DISABLE_FILE_INFO` preprocessor flag and CMake option.
132132 This disables `__FILE__` and `__LINE__` information in log statements at compile time when location-related patterns
133133 (`%(file_name)`, `%(line_number)`, `%(short_source_location)`, `%(source_location)`)
You can’t perform that action at this time.
0 commit comments