Update README.md
This commit is contained in:
		@@ -51,7 +51,6 @@ int main(int, char* [])
 | 
				
			|||||||
    namespace spd = spdlog;
 | 
					    namespace spd = spdlog;
 | 
				
			||||||
    try
 | 
					    try
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        std::string filename = "logs/spdlog_example";
 | 
					 | 
				
			||||||
        // Set log level to all loggers to DEBUG and above
 | 
					        // Set log level to all loggers to DEBUG and above
 | 
				
			||||||
        spd::set_level(spd::level::DEBUG);
 | 
					        spd::set_level(spd::level::DEBUG);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user