Skip to content

4.2.0 - Allow Use of Root Logger

Compare
Choose a tag to compare
@FoamyGuy FoamyGuy released this 10 Oct 15:47
· 76 commits to main since this release
e5036ac

This release allows using the root logger by passing no arguments to get_logger(). Thank you @tekktrik.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-logging.

Read the docs for info on how to use it.