This commit is contained in:
gabime
2014-11-01 02:28:49 +02:00
parent 1c7b3e4eb2
commit e8403e17df
11 changed files with 42 additions and 25 deletions

View File

@@ -57,9 +57,6 @@ inline std::shared_ptr<spdlog::logger> spdlog::stderr_logger_st(const std::strin
}
inline std::shared_ptr<spdlog::logger> spdlog::create(const std::string& logger_name, spdlog::sinks_init_list sinks)
{
return details::registry::instance().create(logger_name, sinks);