Skip to content

Commit ee10ff1

Browse files
committed
docs(README): Add links
1 parent 20fdc07 commit ee10ff1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AsyncLogger
22

3-
Modern Asyncronous Logger using C++20 and std::format (falls back on fmt::format if not available).
3+
Modern Asyncronous Logger using C++20 and [std::format](https://en.cppreference.com/w/cpp/utility/format/format) (falls back on [fmt::format](https://github.com/fmtlib/fmt) if not available) without using macro's!
4+
Uses [std::source_location](https://en.cppreference.com/w/cpp/utility/source_location) to get the location where a log was made.
45

56
## CMake variables
67

0 commit comments

Comments
 (0)