Commit 15f3b0fe authored by gabime's avatar gabime

format

parent 28ef15d6
......@@ -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);
......
......@@ -30,7 +30,6 @@ public:
{
std::lock_guard<Mutex> lock(mutex_);
sink_it_(msg);
}
void flush() SPDLOG_FINAL override
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment