bootstrapper: implement logging support

- add cxxopts and spdlog libraries
- implement cmd flag for severity
- add debug and error messages
This commit is contained in:
yuyoyuppe
2020-10-14 17:36:03 +03:00
committed by Andrey Nekrasov
parent 36bcbe9d95
commit c34c963121
12 changed files with 473 additions and 58 deletions

7
.gitmodules vendored Normal file
View File

@@ -0,0 +1,7 @@
[submodule "deps/spdlog"]
path = deps/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "deps/cxxopts"]
path = deps/cxxopts
url = https://github.com/jarro2783/cxxopts.git