class Logger
- Logger
- Reference
- Object
Overview
Custom Logger class that writes to both console and log file
Defined in:
moltiverse.crConstructors
Instance Method Summary
- #add_time_log_to_summary(time_log_path : String)
- #close
- #err_puts(message)
- #log_file : File | Nil
- #log_file=(log_file : File | Nil)
- #print(message)
- #print_time_summary(time_log_path : String)
- #puts(message)
- #set_log_file(path : String | Nil)