mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Update cp
This commit is contained in:
@@ -60,6 +60,11 @@ filename_t rotating_file_sink<Mutex>::filename() {
|
||||
return file_helper_.filename();
|
||||
}
|
||||
|
||||
template <typename Mutex>
|
||||
void rotating_file_sink<Mutex>::rotate_now() {
|
||||
rotate_();
|
||||
}
|
||||
|
||||
template <typename Mutex>
|
||||
void rotating_file_sink<Mutex>::sink_it_(const details::log_msg &msg) {
|
||||
memory_buf_t formatted;
|
||||
|
Reference in New Issue
Block a user