Update logging system

- Update to fmt 6.0.0
- Updated logging system to be macro based
- Fixed a bug with including
This commit is contained in:
zhupengfei
2019-09-05 23:05:16 +08:00
parent 7941811fd8
commit ccffd51904
5 changed files with 45 additions and 31 deletions
+1
View File
@@ -6,6 +6,7 @@ add_library(common STATIC
common_types.h
file_util.cpp
file_util.h
logging/log.cpp
logging/log.h
misc.cpp
scope_exit.h