Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabime <gmelman1@gmail.comx>2022-02-12 15:06:11 +0300
committergabime <gmelman1@gmail.comx>2022-02-12 15:06:11 +0300
commit53c9b70ea3e879cefccdab1f1c18157f765d5182 (patch)
tree26bbd1ffbc43d03d3fce2f830a268e03b91bd959 /include
parent71105e0b0741416d86d48973c16a6002a4ce7449 (diff)
Fix #2211
Diffstat (limited to 'include')
-rw-r--r--include/spdlog/tweakme.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h
index ab557051..8fa60e4c 100644
--- a/include/spdlog/tweakme.h
+++ b/include/spdlog/tweakme.h
@@ -96,8 +96,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 { "MY TRACE", "MY DEBUG", "MY INFO", "MY WARNING", "MY ERROR", "MY CRITICAL", "OFF" }
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////