Merge pull request #1900 from nandanvasudevan/patch-1

Minor typo
pull/1906/head
Gabi Melman 4 years ago committed by GitHub
commit efbff95ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -129,7 +129,7 @@ void daily_example()
#include "spdlog/cfg/env.h"
void load_levels_example()
{
// Set the log level to "info" and mylogger to to "trace":
// Set the log level to "info" and mylogger to "trace":
// SPDLOG_LEVEL=info,mylogger=trace && ./example
spdlog::cfg::load_env_levels();
// or from command line:

Loading…
Cancel
Save