Merge pull request #1651 from bareya/make_load_env_levels_inline

Make load_env_levels inline function
pull/1652/head
Gabi Melman 5 years ago committed by GitHub
commit 30f738e49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@
namespace spdlog {
namespace cfg {
void load_env_levels()
inline void load_env_levels()
{
auto env_val = details::os::getenv("SPDLOG_LEVEL");
auto levels = helpers::extract_levels(env_val);

Loading…
Cancel
Save