We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e9e8e commit 20fdc07Copy full SHA for 20fdc07
1 file changed
README.md
@@ -2,6 +2,10 @@
2
3
Modern Asyncronous Logger using C++20 and std::format (falls back on fmt::format if not available).
4
5
+## CMake variables
6
+
7
+ - `USE_FMT` : Force AsyncLogger to use fmt formatting instead of std formatting if it's available.
8
9
## How to use
10
11
Very simple example application showing how to implement it.
0 commit comments