Update README.md
This commit is contained in:
		@@ -120,11 +120,10 @@ int main(int, char*[])
 | 
				
			|||||||
        daily_logger->info(123.44);
 | 
					        daily_logger->info(123.44);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Customize msg format for all messages
 | 
					        // Customize msg format for all messages
 | 
				
			||||||
         spd::set_pattern("[%^+++%$] [%H:%M:%S %z] [thread %t] %v");
 | 
					        spd::set_pattern("[%^+++%$] [%H:%M:%S %z] [thread %t] %v");
 | 
				
			||||||
        console->info("This an info message with custom format (and custom color range between the '%^' and '%$')");
 | 
					        console->info("This an info message with custom format (and custom color range between the '%^' and '%$')");
 | 
				
			||||||
	console->error("This an error message with custom format (and custom color range between the '%^' and '%$')");
 | 
						console->error("This an error message with custom format (and custom color range between the '%^' and '%$')");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
        // Runtime log levels
 | 
					        // Runtime log levels
 | 
				
			||||||
	spd::set_level(spd::level::info); //Set global log level to info
 | 
						spd::set_level(spd::level::info); //Set global log level to info
 | 
				
			||||||
	console->debug("This message should not be displayed!");
 | 
						console->debug("This message should not be displayed!");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user