mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
merged drop() from master
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user