Skip to content

Commit 9b415ad

Browse files
authored
Update CHANGELOG.md
1 parent efb3b60 commit 9b415ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
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",
@@ -124,10 +128,6 @@
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)`)

0 commit comments

Comments
 (0)