Fixed registry functions

This commit is contained in:
gabime
2015-04-11 17:15:20 +03:00
parent 623f59ce6f
commit 256c64d72f
3 changed files with 20 additions and 12 deletions

View File

@@ -116,7 +116,7 @@ std::shared_ptr<spdlog::logger> create(const std::string& logger_name, const Arg
// Register the given logger with the given name
void register_logger(std::shared_ptr<logger> logger, const std::string& logger_name);
void register_logger(std::shared_ptr<logger> logger);
// Drop the reference to the given logger
void drop(const std::string &name);