Skip to content

4.1.0 - Expose Handler methods

Compare
Choose a tag to compare
@tekktrik tekktrik released this 17 Jun 15:27
· 102 commits to main since this release
fdcae1f

Handler methods emit() and format() are now exposed to allow for customization. Also now uses the new LogRecord to pass logging information around like CPython's logging.

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.