Unverified Commit ca402379 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update README.md

parent 903bf213
...@@ -351,9 +351,11 @@ int main (int argc, char *argv[]) ...@@ -351,9 +351,11 @@ int main (int argc, char *argv[])
// spdlog::cfg::load_argv_levels(args, argv); // spdlog::cfg::load_argv_levels(args, argv);
} }
``` ```
And then:
```console ```console
export SPDLOG_LEVEL=info,mylogger=trace && ./example export SPDLOG_LEVEL=info,mylogger=trace
./example
``` ```
--- ---
......
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