Skip to main content

Logging module for CircuitPython

Project description

Introduction

Documentation Status Discord Build Status

Logging module for CircuitPython

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem. This is easily achieved by downloading the Adafruit library and driver bundle.

Usage Example

import adafruit_logging as logging

logger = logging.getLogger('test')

logger.setLevel(logging.ERROR)
logger.info('Info message')
logger.error('Error message')

Documentation

API documentation for this library can be found on Read the Docs.

For information on building library documentation, please check out this guide.

Contributing

Contributions are welcome! Please read our Code of Conduct before contributing to help this project stay welcoming.

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

adafruit-circuitpython-logging-4.1.2.tar.gz (29.6 kB view details)

Uploaded Source

File details

Details for the file adafruit-circuitpython-logging-4.1.2.tar.gz.

File metadata

File hashes

Hashes for adafruit-circuitpython-logging-4.1.2.tar.gz
Algorithm Hash digest
SHA256 40e8764908fcd7e71b345a550d0afd110bc1773aa72f7a47c79fdcafb2b4f85b
MD5 c59b4b2e5fa0a65385f6d95fdd4a5e46
BLAKE2b-256 1f5f4223492bd00ca2a1b5e528ee022d3d374b62e4e7191bc986c94f45ff027a

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