diff options
author | ivanfefer <ivanfefer@yandex-team.ru> | 2022-02-10 16:50:13 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:13 +0300 |
commit | 9f848110233b3807d5dd3ae5479b3957d791892c (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/logger/global/rty_formater.h | |
parent | 15ab2cc1596afd590aac55ef0aab6593ca64df74 (diff) | |
download | ydb-9f848110233b3807d5dd3ae5479b3957d791892c.tar.gz |
Restoring authorship annotation for <ivanfefer@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/global/rty_formater.h')
-rw-r--r-- | library/cpp/logger/global/rty_formater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/global/rty_formater.h b/library/cpp/logger/global/rty_formater.h index cfdb71be1d..6532e1d769 100644 --- a/library/cpp/logger/global/rty_formater.h +++ b/library/cpp/logger/global/rty_formater.h @@ -54,7 +54,7 @@ class TLoggerFormatterOperator : public NLoggingImpl::TOperatorBase<ILoggerForma }; struct TRTYMessageFormater { - static bool CheckLoggingContext(TLog& logger, const TLogRecordContext& context); + static bool CheckLoggingContext(TLog& logger, const TLogRecordContext& context); static TSimpleSharedPtr<TLogElement> StartRecord(TLog& logger, const TLogRecordContext& context, TSimpleSharedPtr<TLogElement> earlier); }; |