Name : python3-logging-tree
| |
Version : 1.9
| Vendor : Fedora Project
|
Release : 6.fc37
| Date : 2022-07-22 21:57:34
|
Group : Unspecified
| Source RPM : python-logging-tree-1.9-6.fc37.src.rpm
|
Size : 0.06 MB
| |
Packager : Fedora Project
| |
Summary : Introspect and display the logger tree inside \"logging\"
|
Description :
Introspection for the ``logging`` logger tree in the Standard Library.
While you can write programs that call this package\'s ``tree()`` function and examine the hierarchy of logger objects that it finds inside of the Standard Library ``logging`` module, the simplest use of this package for debugging is to call ``printout()`` to print the loggers, filters, and handlers that your application has configured::
>>> logging.getLogger(\'a\') >>> logging.getLogger(\'a.b\').setLevel(logging.DEBUG) >>> logging.getLogger(\'x.c\') >>> from logging_tree import printout >>> printout() \"\" Level WARNING | o< --\"a\" | | | o< --\"a.b\" | Level DEBUG | o< --[x] | o< --\"x.c\"
|
RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/37/76833/riscv64/Packages/p |