Releases: adafruit/Adafruit_CircuitPython_Logging
5.3.1 - Flush File Handlers
What's Changed
- Add flush to the file write functions by @ilikecake in #58
Full Changelog: 5.3.0...5.3.1
5.3.0 RotatingFileHandler Support
What's Changed
- Add a log rotation function to the file handler by @ilikecake in #56
New Contributors
- @ilikecake made their first contribution in #56
Full Changelog: 5.2.5...5.3.0
5.2.5 - Fix RTD Docs Build and Unpin Sphinx
Changes: 5.2.4...5.2.5
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.
5.2.4 - Fix RTD Theme Issue
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.
5.2.3 - RTD jQuery Fix
This release includes a fix for jQuery being included on the RTD pages containing documentation for the library. There is no functional change to the library itself.
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.
5.2.2 - Typing Information
This release includes a fix for passing None to the logging methods to make the behavior match CPython. Thanks @tyeth
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.
5.2.1 - Fixed docstring typo
Fixed a typo in one of the docstrings. 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.
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.
5.1.1 - MQTT Handler Example
This release adds an example illustrating usage of a MQTT Handler. Thank you @vladak!
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.
5.1.0 - Multiple Handlers
This release allows the use of multiple handlers on a logger. Thank you @vladak!
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.