Top C++ Logging Libraries Compared: How to Choose the Best One - part 1
spdlog
spdlog is a veteran (first release in 2016) C++ logging library by Gabi Melman. It uses libfmt for formatting(pre-C++20). It is released under MIT license.
Several highlights of the library:
Header-only or compiled
Formatting
Single- or mul...
c-and-beyond.hashnode.dev6 min read
Thuận Nguyễn-Thái
logger
spdlog is great in my heart, it is wonderful.
How do you think of libsimplelog from gbmc.googlesource ?