Skip to content

Tags: Privex/python-loghelper

Tags

1.1.3

Toggle 1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v1.1.3 - bump ver

1.1.2

Toggle 1.1.2's commit message
v1.1.2 - fixed extras

1.1.1

Toggle 1.1.1's commit message
v1.1.1 - fixed extras

1.1.0

Toggle 1.1.0's commit message
v1.1.0 - Add support for ConcurrentLogHandler + small typing fixes

1.0.6

Toggle 1.0.6's commit message
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`

1.0.5

Toggle 1.0.5's commit message
v1.0.5 - bug fixes for clearing handlers

1.0.4

Toggle 1.0.4's commit message
v1.0.4 - cast interval/backups to int, clear existing handlers by def…

…ault

1.0.3

Toggle 1.0.3's commit message
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

1.0.2

Toggle 1.0.2's commit message
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

1.0.1

Toggle 1.0.1's commit message
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