refactor and and support for init from argv

This commit is contained in:
gabime
2019-12-21 13:29:03 +02:00
parent 9f539d7028
commit 65ada37399
6 changed files with 114 additions and 243 deletions

View File

@@ -17,7 +17,7 @@
#include "spdlog/sinks/sink-inl.h"
#include "spdlog/sinks/base_sink-inl.h"
#include "spdlog/details/null_mutex.h"
#include "spdlog/cfg/env-inl.h"
#include "spdlog/cfg/text_loader-inl.h"
#include <mutex>