Logging module for CircuitPython
Project description
Introduction
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
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
Built Distribution
File details
Details for the file adafruit-circuitpython-logging-4.1.5.tar.gz
.
File metadata
- Download URL: adafruit-circuitpython-logging-4.1.5.tar.gz
- Upload date:
- Size: 29.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c848bdc714ab563157c193e493701426581d7206ef1dba4725acbb2c485e0018 |
|
MD5 | e15f7554768ef36f232c58638181368b |
|
BLAKE2b-256 | c52e0ea120906db4806a971c3064a4933483c4073ff2894fb725a511228cba87 |
File details
Details for the file adafruit_circuitpython_logging-4.1.5-py3-none-any.whl
.
File metadata
- Download URL: adafruit_circuitpython_logging-4.1.5-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd96cb1ee990f8e10796654fa20f6f6762fe793ca7142a26cf2d1fd33a5d80e1 |
|
MD5 | a0f16db868d7b8bf2e3addf932bebf82 |
|
BLAKE2b-256 | a22fca8301fb54eb6ffb7976bb296f9148e46b10d1bbc529aae2d3f0e1e13f7a |