mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
removed the confusing stop() function
This commit is contained in:
@@ -60,7 +60,6 @@ protected:
|
||||
void _log_msg(details::log_msg& msg) override;
|
||||
void _set_formatter(spdlog::formatter_ptr msg_formatter) override;
|
||||
void _set_pattern(const std::string& pattern) override;
|
||||
void _stop() override;
|
||||
|
||||
private:
|
||||
std::unique_ptr<details::async_log_helper> _async_log_helper;
|
||||
|
Reference in New Issue
Block a user