Added virtual protected functions to base_sink

pull/853/head
gabime 7 years ago
parent b393715bee
commit 729ec21629

@ -60,7 +60,7 @@ protected:
virtual void set_pattern_(const std::string &pattern)
{
formatter_ = spdlog::make_unique<spdlog::pattern_formatter>(pattern);
set_formatter_(spdlog::make_unique<spdlog::pattern_formatter>(pattern));
}
virtual void set_formatter_(std::unique_ptr<spdlog::formatter> sink_formatter)

Loading…
Cancel
Save