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/common.cpp | |
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/common.cpp')
-rw-r--r-- | library/cpp/logger/global/common.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/logger/global/common.cpp b/library/cpp/logger/global/common.cpp index b8ae53a883..4fb05c19b4 100644 --- a/library/cpp/logger/global/common.cpp +++ b/library/cpp/logger/global/common.cpp @@ -23,10 +23,10 @@ namespace NLoggingImpl { } } -bool TLogFilter::CheckLoggingContext(TLog& log, const TLogRecordContext& context) { - return context.Priority <= log.FiltrationLevel(); -} - +bool TLogFilter::CheckLoggingContext(TLog& log, const TLogRecordContext& context) { + return context.Priority <= log.FiltrationLevel(); +} + TSimpleSharedPtr<TLogElement> TLogFilter::StartRecord(TLog& logger, const TLogRecordContext& context, TSimpleSharedPtr<TLogElement> earlier) { if (earlier) return earlier; |