fixed length and upper case log level tags

This commit is contained in:
Asit Kumar Dhal
2017-07-05 02:46:45 +02:00
parent 4371092309
commit 3a40f0c34d
2 changed files with 11 additions and 1 deletions

View File

@@ -132,3 +132,10 @@
//
// #define SPDLOG_ENABLE_MESSAGE_COUNTER
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Uncomment to enable user defined tag names
//
// #define SPDLOG_LEVEL_NAMES { " TRACE", " DEBUG", " INFO",
// " WARNING", " ERROR", "CRITICAL", "OFF" };
///////////////////////////////////////////////////////////////////////////////