Releases: guangie88/spdlog_setup
Releases · guangie88/spdlog_setup
v0.3.2
v0.3.1
See CHANGELOG.md for more details.
Async features and support up to spdlog v1.3.1
Update internal and allow external `cpptoml`
Drops v0.y.z support and supports spdlog v1.y.z
- Fix breaking changes from
spdlog
v0.17 to v1.0.0, and tested to support all v1.y.z (until v1.3.1 so far). - Removes internal
fmt
and usespdlog
'sfmt
Fix missing inline keywords
Resolve linking issues for setup_error
methods.
Simple override file feature for logger
- Can save logger name + level to file
- Can delete logger config by matching name in file
- Allows use of override file to load both base + override config files to initialize loggers