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:52:46 +0300
committerGitHub <noreply@github.com>2020-02-26 13:52:46 +0300
commitfccb25586f11bee1052bc088f0a5588f9cdcafb7 (patch)
treec7f3a0e65a7f4e2af84884341e4763e07c6f8914 /include/spdlog/spdlog.h
parentab2f3307eb3233bfcf2d2e3d2b3d043aad9226c6 (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 541986dd..7a05e6fe 100644
--- a/include/spdlog/spdlog.h
+++ b/include/spdlog/spdlog.h
@@ -39,7 +39,7 @@ inline std::shared_ptr<spdlog::logger> create(std::string logger_name, SinkArgs
// Initialize and register a logger,
// formatter and flush level will be set according the global settings.
//
-// Useful when creating loggers manually and initializing them according to the global settings.
+// Useful for initializing manually created loggers with the global settings.
//
// Example:
// auto console_sink = std::make_shared<spdlog::sinks::stdout_sink_mt>();