mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
removed the confusing stop() function
This commit is contained in:
@@ -142,7 +142,4 @@ inline void spdlog::set_sync_mode()
|
||||
details::registry::instance().set_sync_mode();
|
||||
}
|
||||
|
||||
inline void spdlog::stop()
|
||||
{
|
||||
return details::registry::instance().stop_all();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user