Skip to content

5.2.0 - Made StreamHandler terminator configurable

Choose a tag to compare

@tekktrik tekktrik released this 05 Jan 17:55
· 49 commits to main since this release
0396d8a

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.