Improved compile time level support

This commit is contained in:
gabime
2018-11-12 12:01:10 +02:00
parent 971c1f46b0
commit c5069135d7
6 changed files with 15 additions and 10 deletions

View File

@@ -22,9 +22,6 @@ void err_handler_example();
void syslog_example();
void clone_example();
// activate compile time macros to be debug or above
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_DEBUG
#include "spdlog/spdlog.h"
int main(int, char *[])