4.1.0 - Expose Handler methods
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.