8000 GitHub - eightycc/Adafruit_CircuitPython_Logging at patch-fix
[go: up one dir, main page]

Skip to content

eightycc/Adafruit_CircuitPython_Logging

 
 

Repository files navigation

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.

Contributing

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

Documentation

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

About

Logging module for CircuitPython

Resources

License

Stars

Watcher 3C45 s

Forks

Packages

No packages published

Languages

  • Python 100.0%
0