Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
odygrd committed Jun 15, 2024
1 parent 17df58b commit 6d4f829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ the capabilities of the library.

- **Low Latency Logging**: Achieve fast logging performance with low latency. Refer to
the [Benchmarks](http://github.com/odygrd/quill#performance) for more details.
- **Asynchronous logging**: Log arguments and messages are formatted in a backend logging thread, effectively offloading
the formatting overhead from the critical path.
- **Asynchronous logging**: Formatting and I/O are all delegated to a background logging thread,
effectively offloading the overhead from the critical path.
- **Custom Formatters**: Customize log formatting based on user-defined patterns.
Explore [Formatters](http://quillcpp.readthedocs.io/en/latest/tutorial.html#formatters) for further details.
- **Flexible Timestamp Generation**: Choose between rdtsc, chrono, or custom clocks (useful for simulations) for
Expand Down
2 changes: 1 addition & 1 deletion quill/include/quill/backend/BackendUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include <windows.h>

#include "quill/core/ThreadUtilities.h" // for s2ws
#include "quill/core/ThreadUtilities.h"
#elif defined(__APPLE__)
#include <mach/thread_act.h>
#include <mach/thread_policy.h>
Expand Down

0 comments on commit 6d4f829

Please sign in to comment.