From e55c270753e50aec0034918e330885b797a21213 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjell=20Hedstr=C3=B6m=20=3A=20Available=20for=20new=20Engi?= =?UTF-8?q?neering=20Leadership=20and=20Engineering=20Opportunities?= Date: Wed, 5 Aug 2020 12:28:17 -0600 Subject: [PATCH] Update loglevels.hpp --- src/g3log/loglevels.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g3log/loglevels.hpp b/src/g3log/loglevels.hpp index 50077b6..71a0bd4 100644 --- a/src/g3log/loglevels.hpp +++ b/src/g3log/loglevels.hpp @@ -65,7 +65,7 @@ struct LEVELS { // 1. If the cmake option G3_DYNAMIC_LOGGING is enabled then you must use g3::only_change_at_initialization::addLogLevel(...). // to give g3log a record of your logging level and if it is an enabled or disbled logging level. // -// 2. If the cmake dynamic logging option is turned OF +// 2. If the cmake dynamic logging option is turned OFF // then giving g3log a record of your logging level with 'addLogLevel(...) is NOT needed since all logging levels are enabled // // example: MyLoggingLevel.h