mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Update helpers-inl.h
This commit is contained in:
@@ -78,7 +78,7 @@ inline std::unordered_map<std::string, std::string> extract_key_vals_(const std:
|
|||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
SPDLOG_INLINE log_levels extract_levels(const std::string &input)
|
inline log_levels extract_levels(const std::string &input)
|
||||||
{
|
{
|
||||||
auto key_vals = extract_key_vals_(input);
|
auto key_vals = extract_key_vals_(input);
|
||||||
log_levels rv;
|
log_levels rv;
|
||||||
|
Reference in New Issue
Block a user