Spdlog Setup Versions Save

spdlog setup initialization via file configuration for convenience.

v0.3.2

3 years ago

See CHANGELOG.md for more details.

v0.3.1

3 years ago

See CHANGELOG.md for more details.

v0.3.0

4 years ago
  • 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.

v0.3.0-alpha.3

4 years ago

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

v0.3.0-alpha.2

5 years ago
  • 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

v0.3.0-alpha.1

6 years ago

Resolve linking issues for setup_error methods.

v0.3.0-alpha.0

6 years ago
  • 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