Update logger_useful.h

This commit is contained in:
Alexander Tokmakov 2023-01-16 14:09:55 +03:00 committed by GitHub
parent d857d62a03
commit 9ad6e1b129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
#include <Poco/Message.h>
#include <Common/CurrentThread.h>
/// This wrapper is usefult to save formatted message into a String before sending it to a logger
/// This wrapper is useful to save formatted message into a String before sending it to a logger
class LogToStrImpl
{
String & out_str;