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 | 15ab2cc1596afd590aac55ef0aab6593ca64df74 (patch) | |
tree | 6dfabe9c72cae9d787286887c64b83d847ea362d /library/cpp/logger/global/rty_formater.cpp | |
parent | bd94f0cb1ab82877baa4f60df8328966d1501c9e (diff) | |
download | ydb-15ab2cc1596afd590aac55ef0aab6593ca64df74.tar.gz |
Restoring authorship annotation for <ivanfefer@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/global/rty_formater.cpp')
-rw-r--r-- | library/cpp/logger/global/rty_formater.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/logger/global/rty_formater.cpp b/library/cpp/logger/global/rty_formater.cpp index 305f8470c5..677931d478 100644 --- a/library/cpp/logger/global/rty_formater.cpp +++ b/library/cpp/logger/global/rty_formater.cpp @@ -80,10 +80,10 @@ ILoggerFormatter* CreateRtyLoggerFormatter() { return new TRtyLoggerFormatter(); } -bool TRTYMessageFormater::CheckLoggingContext(TLog& /*logger*/, const TLogRecordContext& /*context*/) { - return true; -} - +bool TRTYMessageFormater::CheckLoggingContext(TLog& /*logger*/, const TLogRecordContext& /*context*/) { + return true; +} + TSimpleSharedPtr<TLogElement> TRTYMessageFormater::StartRecord(TLog& logger, const TLogRecordContext& context, TSimpleSharedPtr<TLogElement> earlier) { if (!earlier) { earlier.Reset(new TLogElement(&logger)); |