You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.0.6 Added `stream` to console handler + cleanup
- Added `stream` parameter to `add_console_handler`
- Added some shield icons to README.md
- Moved package version into `__init__.py`
Version 1.0.3 - copy_logger now accepts multiple logger names
- The copy_logger function now accepts multiple loggers as positional args, or *list('name','name2')
- Due to a duplicate logging bug, log handlers are now regenerated, instead of storing the original object in a list
- Changed default logger_name to None, to ensure the root logger is used
- Improved README, and updated section for copy_logger to explain multiple args
Version 1.0.2 - copy_logger function, plus license adjustment
- Added LogHelper.copy_logger function, for easily copying your settings to other instances
- Added short section to README.md on using copy_logger
- Changed license from expat MIT to X11/MIT + general aesthetical changes to license format
- Bumped version to 1.0.2
Various README improvements + version 1.0.1 bump for pypi readme
- added screenshot of code completion and docs in pycharm
- changed relative links to absolute URLs to fix PyPi file links
- python2 and python3 pip instructions