https://github.com/erikdelange/micropython-logging
Minimalistic logging implementation for MicroPython.
https://github.com/erikdelange/micropython-logging
logging micropython
Last synced: 3 months ago
JSON representation
Minimalistic logging implementation for MicroPython.
- Host: GitHub
- URL: https://github.com/erikdelange/micropython-logging
- Owner: erikdelange
- License: mit
- Created: 2022-04-23T17:37:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T19:40:08.000Z (over 1 year ago)
- Last Synced: 2025-03-29T11:33:34.700Z (3 months ago)
- Topics: logging, micropython
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.