diff options
author | luxaeterna <luxaeterna@yandex-team.ru> | 2022-02-10 16:50:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:14 +0300 |
commit | 5014e8b2e7e17987c50a1b761cee7447f22e006c (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/logger/global/global.h | |
parent | 2c76d348a3be51f0875ddeaad6b2ccda604dee0f (diff) | |
download | ydb-5014e8b2e7e17987c50a1b761cee7447f22e006c.tar.gz |
Restoring authorship annotation for <luxaeterna@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/global/global.h')
-rw-r--r-- | library/cpp/logger/global/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/global/global.h b/library/cpp/logger/global/global.h index e726173851..cbe71b16ea 100644 --- a/library/cpp/logger/global/global.h +++ b/library/cpp/logger/global/global.h @@ -68,7 +68,7 @@ public: #define NOTICE_LOG SINGLETON_CHECKED_GENERIC_LOG(TGlobalLog, TRTYLogPreprocessor, TLOG_NOTICE, "NOTICE") #define INFO_LOG SINGLETON_CHECKED_GENERIC_LOG(TGlobalLog, TRTYLogPreprocessor, TLOG_INFO, "INFO") #define DEBUG_LOG SINGLETON_CHECKED_GENERIC_LOG(TGlobalLog, TRTYLogPreprocessor, TLOG_DEBUG, "DEBUG") -#define RESOURCES_LOG SINGLETON_CHECKED_GENERIC_LOG(TGlobalLog, TRTYLogPreprocessor, TLOG_RESOURCES, "RESOURCES") +#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()) |