Update README.md
This commit is contained in:
		@@ -341,7 +341,7 @@ void android_example()
 | 
				
			|||||||
#### Load log levels from env variable or from argv
 | 
					#### Load log levels from env variable or from argv
 | 
				
			||||||
```c++
 | 
					```c++
 | 
				
			||||||
#include "spdlog/cfg/env.h"
 | 
					#include "spdlog/cfg/env.h"
 | 
				
			||||||
void load_levels_example()
 | 
					int main (int argc, char *argv[])
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    // Set the log level to "info" and mylogger to to "trace":
 | 
					    // Set the log level to "info" and mylogger to to "trace":
 | 
				
			||||||
    // SPDLOG_LEVEL=info,mylogger=trace && ./example
 | 
					    // SPDLOG_LEVEL=info,mylogger=trace && ./example
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user