mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 10:59:02 +08:00
fixed tests and renamed to_short_str
This commit is contained in:
@@ -99,7 +99,7 @@ inline const char *to_c_str(spdlog::level::level_enum l)
|
||||
return level_names[l];
|
||||
}
|
||||
|
||||
inline const char *to_short_str(spdlog::level::level_enum l)
|
||||
inline const char *to_short_c_str(spdlog::level::level_enum l)
|
||||
{
|
||||
return short_level_names[l];
|
||||
}
|
||||
|
Reference in New Issue
Block a user