Release Notes

1.1.0

  • Added a make_parent option to file commands to optionally create log parent folders

  • Added a delay option to file commands to control when the log file is created

  • Added a fallback_format option 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.