diff options
author | elviandante <elviandante@yandex-team.ru> | 2022-02-10 16:49:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:47 +0300 |
commit | 621a17b75565a8d70df465a0ac5c93a7c6d2e61f (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/logger/system.h | |
parent | 643ddee8bd6125a18c4b1506c35bee857f64f4d2 (diff) | |
download | ydb-621a17b75565a8d70df465a0ac5c93a7c6d2e61f.tar.gz |
Restoring authorship annotation for <elviandante@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/system.h')
-rw-r--r-- | library/cpp/logger/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/system.h b/library/cpp/logger/system.h index eb566cb5da..b8c60b3023 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; |