mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
New compile time API using SPDLOG_ACTIVE_LEVEL
This commit is contained in:
@@ -10,8 +10,7 @@
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
|
||||
#define SPDLOG_TRACE_ON
|
||||
#define SPDLOG_DEBUG_ON
|
||||
#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_DEBUG
|
||||
#define SPDLOG_ENABLE_MESSAGE_COUNTER
|
||||
|
||||
#include "spdlog/spdlog.h"
|
||||
|
Reference in New Issue
Block a user