Update base/poco/Foundation/include/Poco/ErrorHandler.h

Co-authored-by: Sergei Trifonov <sergei@clickhouse.com>
This commit is contained in:
Alexander Tokmakov 2024-07-16 14:38:02 +02:00 committed by GitHub
parent 1befa8ea98
commit 0df6448e0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ public:
/// Invokes the currently registered ErrorHandler.
static void logMessage(Message::Priority priority, const std::string & msg);
/// Invokes the currently registered ErrorHandler.
/// Invokes the currently registered ErrorHandler to log a message.
static ErrorHandler * set(ErrorHandler * pHandler);
/// Registers the given handler as the current error handler.