Closed
Description
This library likely needs updates due to the adafruit_logging
library upgrade. New use should be CPython compatible, and it may be worth allowing the CPython logging
module to be imported if available.
Some common issues that are now present across libraries:
- Locations of classes have changed, and some may have been removed.
PrintLogger
no longer exists; instead, instance aLogger
and add aStreamHandler
instance with default arguments as the handler.
Metadata
Metadata
Assignees
Labels
No labels