Fix example
This commit is contained in:
		@@ -89,7 +89,7 @@ void stdout_logger_example()
 | 
			
		||||
void basic_example()
 | 
			
		||||
{
 | 
			
		||||
    // Create basic file logger (not rotated).
 | 
			
		||||
    auto my_logger = spdlog::basic_logger_mt("file_logger", "lodgs/basic-log.txt");
 | 
			
		||||
    auto my_logger = spdlog::basic_logger_mt("file_logger", "logs/basic-log.txt");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#include "spdlog/sinks/rotating_file_sink.h"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user