Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

micropython-logging-0.5.2.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file micropython-logging-0.5.2.tar.gz.

File metadata

File hashes

Hashes for micropython-logging-0.5.2.tar.gz
Algorithm Hash digest
SHA256 4fe714775fa6cafc2466bac7fe28485c13610470d3ea2bddac956bcd89b4453d
MD5 e8ab68fe44183ba231f56ea2413e8942
BLAKE2b-256 b2350cae2c36b7e0663ac56cbab3e61aa635af62965cce59c852f168c03832cd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page