added basic spdlog , we can now output to stdout and in output.log file as well

This commit is contained in:
georgemoralis 2023-04-12 20:02:44 +03:00
parent f1cc7fd3f6
commit 4d218d7a0d
4 changed files with 79 additions and 66 deletions

3
.gitmodules vendored
View file

@ -1,3 +1,6 @@
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog