diff options
author | dakovalkov <dakovalkov@yandex-team.ru> | 2022-02-10 16:47:57 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:57 +0300 |
commit | 397f301c06c5151db26f37c548b97e3f30dcceea (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/poco/Foundation/include/Poco/LogStream.h | |
parent | b1375e869a0058e8f583ffd2c09d284203db1c2a (diff) | |
download | ydb-397f301c06c5151db26f37c548b97e3f30dcceea.tar.gz |
Restoring authorship annotation for <dakovalkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/poco/Foundation/include/Poco/LogStream.h')
-rw-r--r-- | contrib/libs/poco/Foundation/include/Poco/LogStream.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/poco/Foundation/include/Poco/LogStream.h b/contrib/libs/poco/Foundation/include/Poco/LogStream.h index 8bb5717090..c3d3f0850a 100644 --- a/contrib/libs/poco/Foundation/include/Poco/LogStream.h +++ b/contrib/libs/poco/Foundation/include/Poco/LogStream.h @@ -159,13 +159,13 @@ public: /// Sets the priority for log messages to Message::PRIO_TRACE /// and writes the given message. - LogStream& test(); - /// Sets the priority for log messages to Message::PRIO_TEST. - - LogStream& test(const std::string& message); - /// Sets the priority for log messages to Message::PRIO_TEST - /// and writes the given message. - + LogStream& test(); + /// Sets the priority for log messages to Message::PRIO_TEST. + + LogStream& test(const std::string& message); + /// Sets the priority for log messages to Message::PRIO_TEST + /// and writes the given message. + LogStream& priority(Message::Priority priority); /// Sets the priority for log messages. }; |