Update README.md

This commit is contained in:
Gabi Melman
2020-04-26 09:40:56 +03:00
committed by GitHub
parent ca402379a9
commit d977dd4395

View File

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