Added "clone()" support to loggers

This commit is contained in:
gabime
2018-08-25 17:55:31 +03:00
parent 91d8869f36
commit 5d7845c138
8 changed files with 21 additions and 17 deletions

View File

@@ -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);