Release Notes¶
1.1.0¶
Added a
make_parentoption to file commands to optionally create log parent foldersAdded a
delayoption to file commands to control when the log file is createdAdded a
fallback_formatoption to specify the log format when the format is neither provided nor inherited
1.0.0¶
Initial release. Provides the console and file modules. Each includes a function for the five standard logging levels: debug, info, warning, error, and critical. The file module includes support for basic FileHandlers, RotatingFileHandlers, and TimedRotatingFileHandlers.