|
|
|
@ -80,6 +80,10 @@ public:
|
|
|
|
|
_file_helper.open(calc_filename(_base_filename, 0, _extension));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
virtual void flush() override {
|
|
|
|
|
_file_helper.flush();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
void _sink_it(const details::log_msg& msg) override
|
|
|
|
|
{
|
|
|
|
@ -167,6 +171,10 @@ public:
|
|
|
|
|
_file_helper.open(calc_filename(_base_filename, _extension));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
virtual void flush() override {
|
|
|
|
|
_file_helper.flush();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
protected:
|
|
|
|
|
void _sink_it(const details::log_msg& msg) override
|
|
|
|
|
{
|
|
|
|
|