Update README.md
This commit is contained in:
		@@ -101,7 +101,7 @@ int main(int, char*[])
 | 
				
			|||||||
        console->info("Positional args are {1} {0}..", "too", "supported");
 | 
					        console->info("Positional args are {1} {0}..", "too", "supported");
 | 
				
			||||||
        console->info("{:<30}", "left aligned");
 | 
					        console->info("{:<30}", "left aligned");
 | 
				
			||||||
	
 | 
						
 | 
				
			||||||
 | 
						// Use global registry to retrieve loggers
 | 
				
			||||||
        spd::get("console")->info("loggers can be retrieved from a global registry using the spdlog::get(logger_name) function");
 | 
					        spd::get("console")->info("loggers can be retrieved from a global registry using the spdlog::get(logger_name) function");
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        // Create basic file logger (not rotated)
 | 
					        // Create basic file logger (not rotated)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user