Update README.md

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

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

Loading…
Cancel
Save