micropython-lib/python-stdlib/logging
Jared Hancock 9d4e1ae34d logging: Add `handler` param to `basicConfig`.
CPython allows specifying a list of handlers in the initialization of
logging with basicConfig(handlers=<iterable>). This adds similar support
but only with a single handler. It allows to initialize logging with a
single, specialized handler.

Signed-off-by: Jared Hancock <jared@greezybacon.me>
2025-06-11 07:35:43 -05:00
..
examples top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
logging.py logging: Add `handler` param to `basicConfig`. 2025-06-11 07:35:43 -05:00
manifest.py logging: Allow logging.exception helper to handle tracebacks. 2025-06-06 11:46:43 +10:00