mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
Changed sink_it_ to accept const log_message&
This commit is contained in:
@@ -346,7 +346,7 @@ protected:
|
||||
spdlog::level_t flush_level_{level::off};
|
||||
err_handler custom_err_handler_{nullptr};
|
||||
|
||||
virtual void sink_it_(details::log_msg &msg);
|
||||
virtual void sink_it_(const details::log_msg &msg);
|
||||
virtual void flush_();
|
||||
bool should_flush_(const details::log_msg &msg);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user