Go to the source code of this file.
|  | 
|  | TEST_CASE ("simple_file_logger", "[simple_logger]]") | 
|  | 
|  | TEST_CASE ("flush_on", "[flush_on]]") | 
|  | 
|  | TEST_CASE ("rotating_file_logger1", "[rotating_logger]]") | 
|  | 
|  | TEST_CASE ("rotating_file_logger2", "[rotating_logger]]") | 
|  | 
◆ ROTATING_LOG
      
        
          | #define ROTATING_LOG   "test_logs/rotating_log" | 
      
 
 
◆ SIMPLE_LOG
      
        
          | #define SIMPLE_LOG   "test_logs/simple_log" | 
      
 
 
◆ TEST_CASE() [1/4]
      
        
          | TEST_CASE | ( | "flush_on" | , | 
        
          |  |  | "]" | [flush_on] | 
        
          |  | ) |  |  | 
      
 
 
◆ TEST_CASE() [2/4]
      
        
          | TEST_CASE | ( | "rotating_file_logger1" | , | 
        
          |  |  | "]" | [rotating_logger] | 
        
          |  | ) |  |  | 
      
 
 
◆ TEST_CASE() [3/4]
      
        
          | TEST_CASE | ( | "rotating_file_logger2" | , | 
        
          |  |  | "]" | [rotating_logger] | 
        
          |  | ) |  |  | 
      
 
 
◆ TEST_CASE() [4/4]
      
        
          | TEST_CASE | ( | "simple_file_logger" | , | 
        
          |  |  | "]" | [simple_logger] | 
        
          |  | ) |  |  |