Unverified Commit 30f738e4 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1651 from bareya/make_load_env_levels_inline

Make load_env_levels inline function
parents 83b40b8c 726ca01e
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment