mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
readability-named-parameter
This commit is contained in:
@@ -139,7 +139,7 @@ public:
|
||||
async_log_helper(const async_log_helper&) = delete;
|
||||
async_log_helper& operator=(const async_log_helper&) = delete;
|
||||
|
||||
void set_formatter(formatter_ptr);
|
||||
void set_formatter(formatter_ptr msg_formatter);
|
||||
|
||||
void flush(bool wait_for_q);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user