Release 0.1.1
StyledLogger v0.1.1
A minor update adding a few fixes and features.
This build is tested and ready for usage in production. A quick usage example can be found on the main repo page.
Changes:
- Added callbacks! Create a callback object from
styledlogger.Callback
, and register them usingStyledLogger.add_callback()
. - Format the codebase with BLACK.
Full Changelog: 0.1.0...0.1.1