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

Update README.md

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