Update spdlog.h

This commit is contained in:
Gabi Melman 2020-02-26 12:50:51 +02:00 committed by GitHub
parent 32902f79ad
commit db26a103d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>();