diff --git a/src/g3log/loglevels.hpp b/src/g3log/loglevels.hpp index 71a0bd4..6d5f47e 100644 --- a/src/g3log/loglevels.hpp +++ b/src/g3log/loglevels.hpp @@ -66,7 +66,8 @@ struct LEVELS { // 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 OFF -// then giving g3log a record of your logging level with 'addLogLevel(...) is NOT needed since all logging levels are enabled +// then giving g3log a record of your logging level with 'addLogLevel(...) is NOT needed since no "disbled/enabled" +// check will happen - all logging levels will be considered enabled. // // example: MyLoggingLevel.h // #pragma once