Update README.md

pull/1563/head v1.6.0
Gabi Melman 5 years ago committed by GitHub
parent 5ca5cbd447
commit 83b9149930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -349,7 +349,7 @@ int main (int argc, char *argv[])
// or from command line: // or from command line:
// ./example SPDLOG_LEVEL=info,mylogger=trace // ./example SPDLOG_LEVEL=info,mylogger=trace
// #include "spdlog/cfg/argv.h" // for loading levels from argv // #include "spdlog/cfg/argv.h" // for loading levels from argv
// spdlog::cfg::load_argv_levels(args, argv); // spdlog::cfg::load_argv_levels(argc, argv);
} }
``` ```
So then you can: So then you can:

Loading…
Cancel
Save