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

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