aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/element.h
diff options
context:
space:
mode:
authorand42 <and42@yandex-team.ru>2022-02-10 16:47:12 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:12 +0300
commit4fc9a1a64db469cc94894abfec740aa5c9e9789b (patch)
tree525f0b4c196e68c46ae8411cddc11211ef5670c1 /library/cpp/logger/element.h
parent287d7d8c4ffc811d1e51c756ecfb13b78f4ee62d (diff)
downloadydb-4fc9a1a64db469cc94894abfec740aa5c9e9789b.tar.gz
Restoring authorship annotation for <and42@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/element.h')
-rw-r--r--library/cpp/logger/element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/element.h b/library/cpp/logger/element.h
index fc9bff851ff..412c6cfb23c 100644
--- a/library/cpp/logger/element.h
+++ b/library/cpp/logger/element.h
@@ -38,7 +38,7 @@ public:
ELogPriority Priority() const noexcept {
return Priority_;
}
-
+
protected:
void DoFlush() override;