mirror of
https://github.com/gabime/spdlog.git
synced 2025-11-16 09:28:56 +08:00
atyle
This commit is contained in:
@@ -165,7 +165,7 @@ inline void spdlog::set_sync_mode()
|
||||
|
||||
inline void spdlog::apply_all(std::function<void(std::shared_ptr<logger>)> fun)
|
||||
{
|
||||
details::registry::instance().apply_all(fun);
|
||||
details::registry::instance().apply_all(fun);
|
||||
}
|
||||
|
||||
inline void spdlog::drop_all()
|
||||
|
||||
Reference in New Issue
Block a user