merged drop() from master

This commit is contained in:
gabime
2014-12-02 02:16:56 +02:00
parent 7a9781a94c
commit 0db417f9af
3 changed files with 13 additions and 0 deletions

View File

@@ -42,6 +42,10 @@ namespace spdlog
// logger.info() << "This is another message" << x << y << z;
std::shared_ptr<logger> get(const std::string& name);
//
// Drop the reference to this logger.
//
void drop(const std::string &name);
//
// Set global formatting