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 | 0ca1406f7cdd08c3cf45b2ee1fcc2f38dd1e6d21 (patch) | |
tree | 1e62faae41a40647277210bc498b6f23c583ad05 /library/cpp/logger/backend.h | |
parent | 722bfc2c9c4263c00996f34f08e7f97f30c8d220 (diff) | |
download | ydb-0ca1406f7cdd08c3cf45b2ee1fcc2f38dd1e6d21.tar.gz |
Restoring authorship annotation for <kkabulov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/backend.h')
-rw-r--r-- | library/cpp/logger/backend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/logger/backend.h b/library/cpp/logger/backend.h index d088726d6d..71a6d91ba1 100644 --- a/library/cpp/logger/backend.h +++ b/library/cpp/logger/backend.h @@ -4,7 +4,7 @@ #include <util/generic/noncopyable.h> -#include <cstddef> +#include <cstddef> struct TLogRecord; @@ -25,6 +25,6 @@ public: virtual ELogPriority FiltrationLevel() const; static void ReopenAllBackends(bool flush = true); - - virtual size_t QueueSize() const; + + virtual size_t QueueSize() const; }; |