micropython-lib/python-stdlib/logging/examples
iabdalkader d717b04cb3 logging: Improve the logging module.
Add support for all format specifiers, support for `datefmt` using
(optional) strftime, and support for Stream and File handlers.

Ports/boards that need to use `FileHandlers` should enable
`MICROPY_PY_SYS_ATEXIT`, and enabled `MICROPY_PY_SYS_EXC_INFO` if using
`logging.exception()`.
2022-12-06 17:40:10 +11:00
..
basic_example.py logging: Improve the logging module. 2022-12-06 17:40:10 +11:00
example_logging_1.py logging: Improve the logging module. 2022-12-06 17:40:10 +11:00
example_logging_2.py logging: Improve the logging module. 2022-12-06 17:40:10 +11:00
root_logger.py logging: Improve the logging module. 2022-12-06 17:40:10 +11:00