v1.8.2
版本发布时间: 2020-12-11 22:56:34
gabime/spdlog最新发布版本:v1.14.1(2024-04-30 20:34:26)
- Bump fmt to version 7.1.3
- Download automatically googlebenchmark for bench tests (#1709) Thanks @kitattyor.
- Add CPack debian package settings (#1712) and fix typo in comment (#1711). Thanks @ChristofKaufmann.
- Perfect forwarding fmt arguments (#1726). Thanks @dkavolis.
- Fix
dup_filter_sink
to log current log call's level, instead of the filtered log call's level (#1710). Thanks @Tridacnid for reporting. - Ability to get size of messages queue of async thread pool (#1735) Thanks @o2gy84.
- Add missing
include (#1742). Thanks @jwittbrodt. - Updated
bin_to_hex
example in the readme (#1744). Thanks @ArnaudBienner. - Fix async periodic flush test (#1749). Thanks @bluescarni.