4.2.0 - Allow Use of Root Logger
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.