Skip to content

Releases: adafruit/Adafruit_CircuitPython_Logging

5.3.1 - Flush File Handlers

16 Jun 20:50
c9c6450

Choose a tag to compare

What's Changed

Full Changelog: 5.3.0...5.3.1

5.3.0 RotatingFileHandler Support

18 May 16:07
f683fef

Choose a tag to compare

What's Changed

  • Add a log rotation function to the file handler by @ilikecake in #56

New Contributors

Full Changelog: 5.2.5...5.3.0

5.2.5 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:44

Choose a tag to compare

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

25 Sep 16:01

Choose a tag to compare

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

12 May 23:07
3f28136

Choose a tag to compare

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

12 May 22:44
4903449

Choose a tag to compare

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

06 Jan 00:11
2a95673

Choose a tag to compare

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

05 Jan 17:55
0396d8a

Choose a tag to compare

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

20 Dec 13:55
01f33e9

Choose a tag to compare

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

12 Dec 22:58
ebf01e1

Choose a tag to compare

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.