diff --git a/include/spdlog/spdlog.h b/include/spdlog/spdlog.h index aef04069..64cc6f87 100644 --- a/include/spdlog/spdlog.h +++ b/include/spdlog/spdlog.h @@ -112,7 +112,7 @@ std::shared_ptr create(const std::string& logger_name, const It& sinks_b // Create and register a logger with templated sink type // Example: spdlog::create("mylog", "dailylog_filename", "txt"); template -std::shared_ptr create(const std::string& logger_name, const Args&...); +std::shared_ptr create(const std::string& logger_name, Args&...); // Register the given logger with the given name