aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/global/global.h
diff options
context:
space:
mode:
authornsofya <nsofya@yandex-team.ru>2022-02-10 16:49:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:52 +0300
commit3f5911a056d3dbc4bfd724740244a3a9c11575ef (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/logger/global/global.h
parent2ea6d2c7415473747379b1c65468241b431057ad (diff)
downloadydb-3f5911a056d3dbc4bfd724740244a3a9c11575ef.tar.gz
Restoring authorship annotation for <nsofya@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/global/global.h')
-rw-r--r--library/cpp/logger/global/global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/global/global.h b/library/cpp/logger/global/global.h
index 3ec7422eb3..cbe71b16ea 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) \