Renamed simple_file_sink -> basic_file_sink
This commit is contained in:
		@@ -19,7 +19,7 @@
 | 
			
		||||
namespace spdlog {
 | 
			
		||||
 | 
			
		||||
// Default logger factory-  creates synchronous loggers
 | 
			
		||||
struct create_synchronous
 | 
			
		||||
struct synchronous_factory
 | 
			
		||||
{
 | 
			
		||||
    template<typename Sink, typename... SinkArgs>
 | 
			
		||||
 | 
			
		||||
@@ -32,7 +32,7 @@ struct create_synchronous
 | 
			
		||||
    }
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
using default_factory = create_synchronous;
 | 
			
		||||
using default_factory = synchronous_factory;
 | 
			
		||||
 | 
			
		||||
// Create and register a logger with a templated sink type
 | 
			
		||||
// The logger's level, formatter and flush level will be set according the global settings.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user