From dfd4fa87792e0d3a0a807c31011314b7df23bcdf Mon Sep 17 00:00:00 2001 From: Elliott Ewing Date: Fri, 23 Feb 2024 00:51:21 -0800 Subject: [PATCH] Update log level names to match airship naming schemes --- include/spdlog/tweakme.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h index a47a9076..0106962b 100644 --- a/include/spdlog/tweakme.h +++ b/include/spdlog/tweakme.h @@ -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" } /////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////