mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Added "clone()" support to loggers
This commit is contained in:
@@ -115,7 +115,6 @@ public:
|
||||
level::level_enum level() const;
|
||||
const std::string &name() const;
|
||||
|
||||
|
||||
// set formatting for the sinks in this logger.
|
||||
// each sink will get a seperate instance of the formatter object.
|
||||
void set_formatter(std::unique_ptr<formatter> formatter);
|
||||
|
Reference in New Issue
Block a user