moved macros to seprate headers

This commit is contained in:
gabime
2019-03-24 00:38:00 +02:00
parent 91d450df4e
commit 23a394d1fc
4 changed files with 76 additions and 74 deletions

View File

@@ -1,6 +1,5 @@
#include "spdlite.h"
#include "spdlog/spdlog.h"
#include "spdlog/logger.h"
static spdlog::level::level_enum to_spdlog_level(spdlog::lite::level level)
{