Update README.md

This commit is contained in:
Gabi Melman 2020-04-26 09:35:52 +03:00 committed by GitHub
parent 903bf2135d
commit ca402379a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```
---