- Changed log_file_vars parameter default to None - Cleaned up unused imports
Fixed Issues
- Switched global variables for DEBUG, INFO, WARNING, ERROR, - CRITICAL to be strings rather than integers inherited from logger. Fix was made to resolve IDE type errors.
Known Issues
N/A
1.0.3
Fixed logging when using a constant imported from the logging library. i.e.: create_logger(DEBUG)
1.0.2
- Moved console level to the 1st parameter. Make it quicker and easier to create a console logger - Chaned default console level to INFO from WARNING. This is what I typically end up using anyway - Updated the home page to our new logging_handler page: https://www.learningtopi.com/python-modules-applications/python_logging_handler/ - Allow passing static values DEBUG, INFO, WARNING, ERROR and CRITICAL from the logging module (or you may import from this library)
1.0.1
Initial release! See the README.md for usage inforamtion. This package is also available on PyPi (logging_handler).