Release 0.1.2
StyledLogger v0.1.2
A release containing some breaking changes
This build is tested and ready for usage in production. A quick usage example can be found on the main repo page.
Changes:
- Callbacks have been reworked to function through decorators. Register them using
@logger.callback(name, level)
. - Refactor some of the loggers code to smaller functions.
Full Changelog: 0.1.1...0.1.2