## Description Add `.time_format()` builder method ## Use Case `Logger::new().time_format("%Y-%m-%d %H:%M:%S")` Why do you need this? Currently hardcoded to "%H:%M:%S" ## Possible Implementation Any ideas on how to implement it?