StyledLogger v0.1.4
A quite large update from 0.1.3, including some breaking changes.
This build is tested and ready for production. Examples can be found under the examples
folder.
Changes:
- The add_callback method is deprecated and removed, decorate your function with
StyledLogger.decorator()
to register a callback. - Wrote some examples under the
examples
folder. - Wrote automated unittests to test pull requests against the supported versions.
- Added proper support for filestreams for performance benefits.
- Fixed a LOT of minor bugs.
Full Changelog: 0.1.3...0.1.4