aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/system.h
diff options
context:
space:
mode:
authorelviandante <elviandante@yandex-team.ru>2022-02-10 16:49:47 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:47 +0300
commit643ddee8bd6125a18c4b1506c35bee857f64f4d2 (patch)
tree9b6a77d0a7c57a5e85a0ed2744f2a54ba1a46d9f /library/cpp/logger/system.h
parent767f05356832cfac686778897626e124d257dbc8 (diff)
downloadydb-643ddee8bd6125a18c4b1506c35bee857f64f4d2.tar.gz
Restoring authorship annotation for <elviandante@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/logger/system.h')
-rw-r--r--library/cpp/logger/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/system.h b/library/cpp/logger/system.h
index b8c60b30235..eb566cb5dad 100644
--- a/library/cpp/logger/system.h
+++ b/library/cpp/logger/system.h
@@ -32,7 +32,7 @@ public:
LogPerror = 1,
LogCons = 2
};
-
+
TSysLogBackend(const char* ident, EFacility facility, int flags = 0);
~TSysLogBackend() override;