1.0.3
- 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