Skip to content

Releases: guangie88/spdlog_setup

v0.3.2

27 Dec 10:22
91ecd72
Compare
Choose a tag to compare

See CHANGELOG.md for more details.

v0.3.1

26 Dec 14:16
dfcee45
Compare
Choose a tag to compare

See CHANGELOG.md for more details.

Async features and support up to spdlog v1.3.1

02 Nov 05:42
57da0e8
Compare
Choose a tag to compare
  • Add async logger + thread pool set-up features (#44)
  • Includes all 0.3.0-alpha changes
    • Most importantly, includes the change of support to spdlog v1.y.z tag release, currently tested all v1.0.0 to v1.3.1 to be working.

See CHANGELOG for more details.

Update internal and allow external `cpptoml`

26 Jul 06:31
Compare
Choose a tag to compare

Code related

  • Fix linking issue from template rendering code #36
  • Update internal cpptoml #39

Build related

  • Allow usage of installed cpptoml dep #40

Misc

  • Add clang-format auto-formatting script #37

Drops v0.y.z support and supports spdlog v1.y.z

28 Feb 15:36
e856be1
Compare
Choose a tag to compare
  • 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 use spdlog's fmt

Fix missing inline keywords

24 Mar 12:09
b18c857
Compare
Choose a tag to compare
Pre-release

Resolve linking issues for setup_error methods.

Simple override file feature for logger

18 Mar 16:11
e08cdd6
Compare
Choose a tag to compare
Pre-release
  • 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