5.2.0 - Made StreamHandler terminator configurable
StreamHandler
now has the terminator
class attribute that allows for a configurable line ending terminator. The default is still the previous "\n"
. Thanks @dsanders11!
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.