diff options
author | kkabulov <kkabulov@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 | bd94f0cb1ab82877baa4f60df8328966d1501c9e (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/logger/backend.cpp | |
parent | 0ca1406f7cdd08c3cf45b2ee1fcc2f38dd1e6d21 (diff) | |
download | ydb-bd94f0cb1ab82877baa4f60df8328966d1501c9e.tar.gz |
Restoring authorship annotation for <kkabulov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/backend.cpp')
-rw-r--r-- | library/cpp/logger/backend.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/logger/backend.cpp b/library/cpp/logger/backend.cpp index ae604258576..b26bf5e88ce 100644 --- a/library/cpp/logger/backend.cpp +++ b/library/cpp/logger/backend.cpp @@ -2,7 +2,7 @@ #include <util/generic/vector.h> #include <util/system/mutex.h> #include <util/generic/singleton.h> -#include <util/generic/yexception.h> +#include <util/generic/yexception.h> namespace { class TGlobalLogsStorage { @@ -65,7 +65,7 @@ void TLogBackend::ReopenLogNoFlush() { void TLogBackend::ReopenAllBackends(bool flush) { Singleton<TGlobalLogsStorage>()->Reopen(flush); } - -size_t TLogBackend::QueueSize() const { - ythrow yexception() << "Not implemented."; -} + +size_t TLogBackend::QueueSize() const { + ythrow yexception() << "Not implemented."; +} |