Update README.md

pull/1536/head
Gabi Melman 5 years ago committed by GitHub
parent 903bf2135d
commit ca402379a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -351,9 +351,11 @@ int main (int argc, char *argv[])
// spdlog::cfg::load_argv_levels(args, argv);
}
```
And then:
```console
export SPDLOG_LEVEL=info,mylogger=trace && ./example
export SPDLOG_LEVEL=info,mylogger=trace
./example
```
---

Loading…
Cancel
Save