diff options
author | sibiryakov <[email protected]> | 2022-02-10 16:49:33 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:33 +0300 |
commit | 413709c9be39070df9cbd14ef3ec098591346ebd (patch) | |
tree | 6a130dff5487ce1eaa161ad316c6c29c998a8ba8 /library/cpp/logger/log.cpp | |
parent | d8825989a7621fc7275e8cfdba16b4f699fb6359 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/log.cpp')
-rw-r--r-- | library/cpp/logger/log.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/logger/log.cpp b/library/cpp/logger/log.cpp index e1d70cc3d28..a98017f0547 100644 --- a/library/cpp/logger/log.cpp +++ b/library/cpp/logger/log.cpp @@ -91,7 +91,7 @@ public: inline bool IsOpen() const noexcept { return nullptr != Backend_.Get(); } - + inline void CloseLog() noexcept { Backend_.Destroy(); @@ -194,8 +194,8 @@ void TLog::CloseLog() { void TLog::SetDefaultPriority(ELogPriority priority) noexcept { Impl_->SetDefaultPriority(priority); -} - +} + ELogPriority TLog::FiltrationLevel() const noexcept { return Impl_->FiltrationLevel(); } |