We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Output of simpletest run with current main branch:
42085.612: INFO - Default handler: Info message 42085.612: ERROR - Stream Handler: Error message 42085.612: ERROR - Test exception handlingTest exception handling Traceback (most recent call last): File "/home/timc/repos/circuitpython/Adafruit_CircuitPython_Logging/examples/logging_simpletest.py", line 29, in <module> raise RuntimeError("Test exception handling") RuntimeError: Test exception handling
Output of the simpletest run in cpython modified to use logging instead of this library:
logging
Stream Handler: Error message Test exception handling Traceback (most recent call last): File "/home/timc/repos/circuitpython/Adafruit_CircuitPython_Logging/examples/logging_simpletest.py", line 29, in <module> raise RuntimeError("Test exception handling") RuntimeError: Test exception handling
The text was updated successfully, but these errors were encountered:
resolved by #62
Sorry, something went wrong.
No branches or pull requests
Output of simpletest run with current main branch:
Output of the simpletest run in cpython modified to use
logging
instead of this library:The text was updated successfully, but these errors were encountered: