Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gabime/spdlog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Melman <gmelman1@gmail.com>2020-02-26 13:50:51 +0300
committerGitHub <noreply@github.com>2020-02-26 13:50:51 +0300
commitdb26a103d6253ecc7d61bcfb3970a27dfc019994 (patch)
tree6a650ea8e5c9e99eb918b6fae6363cbfef0ee466 /include/spdlog/spdlog.h
parent32902f79adbf71f6e7b43c04bf12e08a2daca028 (diff)
Update spdlog.h
Diffstat (limited to 'include/spdlog/spdlog.h')
-rw-r--r--include/spdlog/spdlog.h2
1 files changed, 1 insertions, 1 deletions
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<spdlog::logger> 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<spdlog::sinks::stdout_sink_mt>();