Replace printf logging with spdlog equivalent

Preserve previous printfs in comments for now. Spdlog needs to be configured to be thread-safe. Few additional printfs to convert later. No changes have been made to GOAL's internal printing system
This commit is contained in:
Shay
2020-10-01 16:08:23 -06:00
parent 4d208b0729
commit e2ea57ea58
13 changed files with 131 additions and 60 deletions
+1
View File
@@ -14,6 +14,7 @@
#include <mutex>
#include <thread>
#include <condition_variable>
#include "third-party/spdlog/include/spdlog/spdlog.h"
#include "Timer.h"