class FileManager
- FileManager
- Reference
- Object
Defined in:
file_manager.crConstructors
Instance Method Summary
- #build_file_path(tag : String, time : String) : String
- #check_for_over_limit
- #cleanup_files
- #directory_size(path : String) : Int64
- #flush_as_necessary(open_file : OpenFile)
- #get_open_file(data_hash : SyslogData, event_name : String | Nil)
- #initialize_flusher
- #mkdir_p(path : String)
- #open_file(filepath : String) : OpenFile
- #open_file_count
- #paused : Bool
- #process_run(cmd : String)
- #verify_file_name(name : String) : String
- #write_to_file(data_hash : SyslogData, event_name : String | Nil, &)