We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7dc544 commit 8f53ae1Copy full SHA for 8f53ae1
examples/logging_formatter_example.py
@@ -2,9 +2,11 @@
2
# SPDX-License-Identifier: MIT
3
4
5
-"""Briefly exercise the logger and null logger."""
+"""Illustrate usage of default and custom Formatters including
6
+one with timestamps."""
7
8
import adafruit_logging as logging
9
+
10
# To test on CPython, un-comment below and comment out above
11
# import logging
12
0 commit comments