diff options
| author | nsofya <[email protected]> | 2022-02-10 16:49:52 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:52 +0300 |
| commit | 2ea6d2c7415473747379b1c65468241b431057ad (patch) | |
| tree | 667f873e5a94ca0042984be80442f34aac887f7d /library/cpp/logger | |
| parent | edee5b99e1eec042f46725b89dcd81ea7e41d663 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger')
| -rw-r--r-- | library/cpp/logger/global/global.h | 2 | ||||
| -rw-r--r-- | library/cpp/logger/ya.make | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/logger/global/global.h b/library/cpp/logger/global/global.h index cbe71b16ea5..3ec7422eb37 100644 --- a/library/cpp/logger/global/global.h +++ b/library/cpp/logger/global/global.h @@ -71,7 +71,7 @@ public: #define RESOURCES_LOG SINGLETON_CHECKED_GENERIC_LOG(TGlobalLog, TRTYLogPreprocessor, TLOG_RESOURCES, "RESOURCES") #define TEMPLATE_LOG(logLevel) SINGLETON_CHECKED_GENERIC_LOG(TGlobalLog, TRTYLogPreprocessor, logLevel, ToString(logLevel).data()) - + #define IS_LOG_ACTIVE(logLevel) (TLoggerOperator<TGlobalLog>::Log().FiltrationLevel() >= logLevel) #define RTY_MEM_LOG(Action) \ diff --git a/library/cpp/logger/ya.make b/library/cpp/logger/ya.make index 00a5263cba7..e295a5dd028 100644 --- a/library/cpp/logger/ya.make +++ b/library/cpp/logger/ya.make @@ -7,8 +7,8 @@ OWNER( LIBRARY() -GENERATE_ENUM_SERIALIZATION(priority.h) - +GENERATE_ENUM_SERIALIZATION(priority.h) + PEERDIR ( library/cpp/json ) |
