Introduction
============
.. image:: https://readthedocs.org/projects/adafruit-circuitpython-logging/badge/?version=latest
:target: https://docs.circuitpython.org/projects/logging/en/latest/
:alt: Documentation Status
.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg
:target: https://adafru.it/discord
:alt: Discord
.. image:: https://github.com/adafruit/Adafruit_CircuitPython_Logger/workflows/Build%20CI/badge.svg
:target: https://github.com/adafruit/Adafruit_CircuitPython_Logger
:alt: Build Status
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code Style: Black
Logging module for CircuitPython
Dependencies
=============
This driver depends on:
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
Please ensure all dependencies are available on the CircuitPython filesystem.
This is easily achieved by downloading
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.
Usage Example
=============
.. code-block:: python
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 <https://docs.circuitpython.org/projects/logging/en/latest/>`_.
For information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.
Contributing
============
Contributions are welcome! Please read our `Code of Conduct
<https://github.com/adafruit/Adafruit_CircuitPython_Logger/blob/main/CODE_OF_CONDUCT.md>`_
before contributing to help this project stay welcoming.
Raw data
{
"_id": null,
"home_page": null,
"name": "adafruit-circuitpython-logging",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "adafruit, blinka, circuitpython, micropython, logging, logger",
"author": null,
"author_email": "Adafruit Industries <circuitpython@adafruit.com>",
"download_url": "https://files.pythonhosted.org/packages/2f/96/d1aeae09ec0f98c2a852cf65bc1c3b3a6919caf5b51e4fabe3ed3e3be839/adafruit_circuitpython_logging-5.5.2.tar.gz",
"platform": null,
"description": "Introduction\n============\n\n.. image:: https://readthedocs.org/projects/adafruit-circuitpython-logging/badge/?version=latest\n :target: https://docs.circuitpython.org/projects/logging/en/latest/\n :alt: Documentation Status\n\n.. image:: https://raw.githubusercontent.com/adafruit/Adafruit_CircuitPython_Bundle/main/badges/adafruit_discord.svg\n :target: https://adafru.it/discord\n :alt: Discord\n\n.. image:: https://github.com/adafruit/Adafruit_CircuitPython_Logger/workflows/Build%20CI/badge.svg\n :target: https://github.com/adafruit/Adafruit_CircuitPython_Logger\n :alt: Build Status\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/psf/black\n :alt: Code Style: Black\n\nLogging module for CircuitPython\n\n\nDependencies\n=============\nThis driver depends on:\n\n* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_\n\nPlease ensure all dependencies are available on the CircuitPython filesystem.\nThis is easily achieved by downloading\n`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.\n\nUsage Example\n=============\n\n.. code-block:: python\n\n import adafruit_logging as logging\n\n logger = logging.getLogger('test')\n\n logger.setLevel(logging.ERROR)\n logger.info('Info message')\n logger.error('Error message')\n\n\nDocumentation\n=============\n\nAPI documentation for this library can be found on `Read the Docs <https://docs.circuitpython.org/projects/logging/en/latest/>`_.\n\nFor information on building library documentation, please check out `this guide <https://learn.adafruit.com/creating-and-sharing-a-circuitpython-library/sharing-our-docs-on-readthedocs#sphinx-5-1>`_.\n\nContributing\n============\n\nContributions are welcome! Please read our `Code of Conduct\n<https://github.com/adafruit/Adafruit_CircuitPython_Logger/blob/main/CODE_OF_CONDUCT.md>`_\nbefore contributing to help this project stay welcoming.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Logging module for CircuitPython",
"version": "5.5.2",
"project_urls": {
"Homepage": "https://github.com/adafruit/Adafruit_CircuitPython_Logging"
},
"split_keywords": [
"adafruit",
" blinka",
" circuitpython",
" micropython",
" logging",
" logger"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0bbe8fd2be683919623d564a163eac1e8150d0f2e297e74f0cde2209281f6b7f",
"md5": "53db9b91a3733c612852cfddf03635ea",
"sha256": "748dfc20a6d8cc10d35ca1beb42b02fa3db88947910967d787c143084ec15ac4"
},
"downloads": -1,
"filename": "adafruit_circuitpython_logging-5.5.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "53db9b91a3733c612852cfddf03635ea",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9203,
"upload_time": "2024-10-07T22:31:32",
"upload_time_iso_8601": "2024-10-07T22:31:32.967647Z",
"url": "https://files.pythonhosted.org/packages/0b/be/8fd2be683919623d564a163eac1e8150d0f2e297e74f0cde2209281f6b7f/adafruit_circuitpython_logging-5.5.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2f96d1aeae09ec0f98c2a852cf65bc1c3b3a6919caf5b51e4fabe3ed3e3be839",
"md5": "ca9718b52eec276d40b78ff4c63c26ed",
"sha256": "159191cf5f4de0de0c22e3b03925c22f361f78d5848030085db319847b7f2c26"
},
"downloads": -1,
"filename": "adafruit_circuitpython_logging-5.5.2.tar.gz",
"has_sig": false,
"md5_digest": "ca9718b52eec276d40b78ff4c63c26ed",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 31950,
"upload_time": "2024-10-07T22:31:33",
"upload_time_iso_8601": "2024-10-07T22:31:33.884691Z",
"url": "https://files.pythonhosted.org/packages/2f/96/d1aeae09ec0f98c2a852cf65bc1c3b3a6919caf5b51e4fabe3ed3e3be839/adafruit_circuitpython_logging-5.5.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-07 22:31:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "adafruit",
"github_project": "Adafruit_CircuitPython_Logging",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "adafruit-circuitpython-logging"
}