mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
pattern per sink and pattern caching
This commit is contained in:
@@ -62,11 +62,6 @@ inline void set_pattern(const std::string &format_string)
|
||||
details::registry::instance().set_pattern(format_string);
|
||||
}
|
||||
|
||||
inline void set_formatter(formatter_ptr f)
|
||||
{
|
||||
details::registry::instance().set_formatter(std::move(f));
|
||||
}
|
||||
|
||||
//
|
||||
// Set global logging level
|
||||
//
|
||||
|
Reference in New Issue
Block a user