Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erikdelange/micropython-logging

Minimalistic logging implementation for MicroPython.
https://github.com/erikdelange/micropython-logging

logging micropython

Last synced: about 16 hours ago
JSON representation

Minimalistic logging implementation for MicroPython.

Awesome Lists containing this project

README

        

# MicroPython logging module

A small and simple implementation of Pythons *logging* module. Avoids having to use print() statements in your code for logging and debugging. Many MicroPython versions exist, this one is as much as possible stripped of ballast I don't use to reduce its size. See *demo.py* and the resulting demo_output.txt for its workings. To use copy *logging.py* to your device in your working directory or (better) somewhere in sys.path.