Merge pull request #95 from gnzlbg/fix_simple_file_sink
adds missing flush override to simple_file_sink
This commit is contained in:
		@@ -47,6 +47,10 @@ public:
 | 
			
		||||
    {
 | 
			
		||||
        _file_helper.open(filename);
 | 
			
		||||
    }
 | 
			
		||||
    void flush() override
 | 
			
		||||
    {
 | 
			
		||||
        _file_helper.flush();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
protected:
 | 
			
		||||
    void _sink_it(const details::log_msg& msg) override
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user