mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 10:59:02 +08:00
deleted copy op and a little format
This commit is contained in:
@@ -87,7 +87,7 @@ enum level_enum
|
||||
};
|
||||
|
||||
#if !defined(SPDLOG_LEVEL_NAMES)
|
||||
#define SPDLOG_LEVEL_NAMES { "trace", "debug", "info", "warning", "error", "critical", "off" }
|
||||
#define SPDLOG_LEVEL_NAMES { "trace", "debug", "info", "warning", "error", "critical", "off" }
|
||||
#endif
|
||||
static const char* level_names[] SPDLOG_LEVEL_NAMES;
|
||||
|
||||
|
Reference in New Issue
Block a user