Update log level names to match airship naming schemes

pull/3021/head
Elliott Ewing 2 years ago
parent 3a4eaf2546
commit dfd4fa8779

@ -102,8 +102,7 @@
///////////////////////////////////////////////////////////////////////////////
// Uncomment to customize level names (e.g. "MY TRACE")
//
// #define SPDLOG_LEVEL_NAMES { "MY TRACE", "MY DEBUG", "MY INFO", "MY WARNING", "MY ERROR", "MY
// CRITICAL", "OFF" }
#define SPDLOG_LEVEL_NAMES { "TRACE", "DEBUG", "INFO", "ALERT", "ERROR", "MAYDAY", "OFF" }
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////

Loading…
Cancel
Save