Allow manual rotation of rotating_file_sink (#3269)

* Allow manual rotation of rotating_file_sink

* Rename rotation method

* Attempted fix for tests on Windows

* Apply review mark-ups
This commit is contained in:
hjs-ast
2024-11-28 17:37:29 +02:00
committed by gabime
parent 92d83f3219
commit bb4b719ccf
2 changed files with 21 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ public:
static filename_t calc_filename(const filename_t &filename, std::size_t index);
filename_t filename();
void rotate_now();
protected:
void sink_it_(const details::log_msg &msg) override;