This commit is contained in:
gabime 2018-06-10 23:03:55 +03:00
parent 28ef15d669
commit 15f3b0fea5
2 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,7 @@ public:
void format(details::log_msg &msg) override;
private:
const std::string eol_;
const std::string eol_;
const pattern_time_type pattern_time_;
std::vector<std::unique_ptr<details::flag_formatter>> formatters_;
std::tm get_time(details::log_msg &msg);

View File

@ -30,7 +30,6 @@ public:
{
std::lock_guard<Mutex> lock(mutex_);
sink_it_(msg);
}
void flush() SPDLOG_FINAL override