logging module for MicroPython
Project description
logging is MicroPython’s implementation of a subset of CPythons logging module. This module defines functions and classes which implement a flexible event logging system for applications and libraries.
Major differences to CPython logging:
No event propagation: events logged to a logger will not be passed to the handlers of higher level (ancestor) logger. In CPython this matches the behaviour achieved by setting Logger.propagate = False.
Filters are not supported
Requirements
At the time of writing, logging requires the os package (installed automatically by the upip tool).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file micropython-logging-0.5.2.tar.gz
.
File metadata
- Download URL: micropython-logging-0.5.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4fe714775fa6cafc2466bac7fe28485c13610470d3ea2bddac956bcd89b4453d |
|
MD5 | e8ab68fe44183ba231f56ea2413e8942 |
|
BLAKE2b-256 | b2350cae2c36b7e0663ac56cbab3e61aa635af62965cce59c852f168c03832cd |