Definition at line 32 of file FileLogger.h.
 
◆ FileLoggerSettings()
Initializes parameters with default values. 
Definition at line 43 of file FileLogger.h.
 
 
◆ ~FileLoggerSettings()
◆ filename() [1/2]
  
  | 
        
          | const std::string & filename | ( |  | ) | const |  | inline | 
 
Log file name.
Ignored if logging is disabled. 
Definition at line 59 of file FileLogger.h.
 
 
◆ filename() [2/2]
  
  | 
        
          | void filename | ( | const std::string & | value | ) |  |  | inline | 
 
Updates log file name.
Ignored if logging is disabled. 
Definition at line 67 of file FileLogger.h.
 
 
◆ fileSizeLimit() [1/2]
  
  | 
        
          | UInt64 fileSizeLimit | ( |  | ) | const |  | inline | 
 
Log file size limit (in bytes).
Handler detaches logged data into separate file upon reaching given size limit.
- Note
- Default value is '2145386496'. 
Definition at line 78 of file FileLogger.h.
 
 
◆ fileSizeLimit() [2/2]
  
  | 
        
          | void fileSizeLimit | ( | UInt64 | value | ) |  |  | inline | 
 
Sets logFileSizeLimit. 
- See also
- logFileSizeLimit. 
Definition at line 84 of file FileLogger.h.
 
 
◆ severityLevel() [1/2]
Specifies whether the logger should output events and which of events should be put into the log.
- Note
- The default value is LogEntrySeverity::Regular. 
Definition at line 93 of file FileLogger.h.
 
 
◆ severityLevel() [2/2]
Specifies whether logger should output its events and which of events should be put into the log. 
Definition at line 100 of file FileLogger.h.
 
 
◆ watch() [1/2]
Watch service used by logger while assigning timestamps to log entries. 
Definition at line 107 of file FileLogger.h.
 
 
◆ watch() [2/2]
Watch service used by logger while assigning timestamps to log entries. 
Definition at line 114 of file FileLogger.h.