diff options
author | sibiryakov <sibiryakov@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:33 +0300 |
commit | 413709c9be39070df9cbd14ef3ec098591346ebd (patch) | |
tree | 6a130dff5487ce1eaa161ad316c6c29c998a8ba8 /library/cpp/logger/log.h | |
parent | d8825989a7621fc7275e8cfdba16b4f699fb6359 (diff) | |
download | ydb-413709c9be39070df9cbd14ef3ec098591346ebd.tar.gz |
Restoring authorship annotation for <sibiryakov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/log.h')
-rw-r--r-- | library/cpp/logger/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/log.h b/library/cpp/logger/log.h index 8be984ccc8..80f6b056c6 100644 --- a/library/cpp/logger/log.h +++ b/library/cpp/logger/log.h @@ -82,7 +82,7 @@ public: void SetDefaultPriority(ELogPriority priority) noexcept; // Get default priority ELogPriority DefaultPriority() const noexcept; - + // Call `FiltrationLevel()` of the underlying backend. ELogPriority FiltrationLevel() const noexcept; |