From db26a103d6253ecc7d61bcfb3970a27dfc019994 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Wed, 26 Feb 2020 12:50:51 +0200 Subject: Update spdlog.h --- include/spdlog/spdlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/spdlog/spdlog.h') diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index facb0b3f..ee723a62 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -40,7 +40,7 @@ inline std::shared_ptr create(std::string logger_name, SinkArgs // formatter and flush level will be set according the global settings. // // NOTE: -// Use this function when creating loggers manually. +// Useful when creating loggers manually and initializing them according to the global settings. // // Example: // auto console_sink = std::make_shared(); -- cgit v1.2.3