aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco/Foundation/include/Poco/LogStream.h
diff options
context:
space:
mode:
authordakovalkov <dakovalkov@yandex-team.ru>2022-02-10 16:47:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:57 +0300
commitb1375e869a0058e8f583ffd2c09d284203db1c2a (patch)
treef601a8ccf79397f21dc812fb0d58065258623604 /contrib/libs/poco/Foundation/include/Poco/LogStream.h
parent9968a46231e337bd46eca82216b40f8eadec679c (diff)
downloadydb-b1375e869a0058e8f583ffd2c09d284203db1c2a.tar.gz
Restoring authorship annotation for <dakovalkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/poco/Foundation/include/Poco/LogStream.h')
-rw-r--r--contrib/libs/poco/Foundation/include/Poco/LogStream.h14
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 c3d3f0850a..8bb5717090 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.
};