Update file_helper.h
This commit is contained in:
		
							parent
							
								
									a25fd62349
								
							
						
					
					
						commit
						f6049cd333
					
				@ -5,10 +5,9 @@
 | 
			
		||||
 | 
			
		||||
#pragma once
 | 
			
		||||
 | 
			
		||||
// Helper class for file sink
 | 
			
		||||
// When failing to open a file, retry several times(5) with small delay between
 | 
			
		||||
// the tries(10 ms)
 | 
			
		||||
// Throw spdlog_ex exception on errors
 | 
			
		||||
// Helper class for file sink.
 | 
			
		||||
// When failing to open a file, retry several times(5) with delay interval (10 ms).
 | 
			
		||||
// Throw spdlog_ex exception on errors.
 | 
			
		||||
 | 
			
		||||
#include "spdlog/details/log_msg.h"
 | 
			
		||||
#include "spdlog/details/os.h"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user