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/log.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/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 8be984ccc8d..54b786d54d8 100644 --- a/library/cpp/logger/log.h +++ b/library/cpp/logger/log.h @@ -75,7 +75,7 @@ public: // Call `ReopenLogNoFlush()` of the underlying backend. void ReopenLogNoFlush(); // Call `QueueSize()` of the underlying backend. - size_t BackEndQueueSize() const; + size_t BackEndQueueSize() const; // Set log default priority. // NOTE: not thread safe. |