Skip to main content

logging module for Pycopy

Project description

logging is Pycopy’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

pycopy-logging-0.6.4.tar.gz (3.3 kB view hashes)

Uploaded Source

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