Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python3-logging-tree

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"

Found 1 sites for python3-logging-tree

Found 12 RPM for python3-logging-tree

PackageSummaryDistributionDownload
python3-logging-tree-1.9-7.fc38.noarch.htmlIntrospect and display the logger tree inside "logging"Fedora 38 for x86_64python3-logging-tree-1.9-7.fc38.noarch.rpm
python3-logging-tree-1.9-7.fc38.noarch.htmlIntrospect and display the logger tree inside "logging"Fedora 38 for aarch64python3-logging-tree-1.9-7.fc38.noarch.rpm
python3-logging-tree-1.9-7.fc38.noarch.htmlIntrospect and display the logger tree inside "logging"Fedora 38 for ppc64lepython3-logging-tree-1.9-7.fc38.noarch.rpm
python3-logging-tree-1.9-7.fc38.noarch.htmlIntrospect and display the logger tree inside "logging"Fedora 38 for s390xpython3-logging-tree-1.9-7.fc38.noarch.rpm
python3-logging-tree-1.9-6.fc37.noarch.htmlIntrospect and display the logger tree inside "logging"Fedora 37 for x86_64python3-logging-tree-1.9-6.fc37.noarch.rpm
python3-logging-tree-1.9-6.fc37.noarch.htmlIntrospect and display the logger tree inside "logging"Fedora 37 for aarch64python3-logging-tree-1.9-6.fc37.noarch.rpm
python3-logging-tree-1.9-6.fc37.noarch.htmlIntrospect and display the logger tree inside "logging"Fedora 37 for ppc64lepython3-logging-tree-1.9-6.fc37.noarch.rpm
python3-logging-tree-1.9-6.fc37.noarch.htmlIntrospect and display the logger tree inside "logging"Fedora 37 for s390xpython3-logging-tree-1.9-6.fc37.noarch.rpm
python3-logging-tree-1.8.1-1.el8.noarch.htmlIntrospect and display the logger tree inside "logging"EPEL 8 for ppc64lepython3-logging-tree-1.8.1-1.el8.noarch.rpm
python3-logging-tree-1.8.1-1.el8.noarch.htmlIntrospect and display the logger tree inside "logging"EPEL 8 for aarch64python3-logging-tree-1.8.1-1.el8.noarch.rpm
python3-logging-tree-1.8.1-1.el8.noarch.htmlIntrospect and display the logger tree inside "logging"EPEL 8 for x86_64python3-logging-tree-1.8.1-1.el8.noarch.rpm
python3-logging-tree-1.8.1-1.el8.noarch.htmlIntrospect and display the logger tree inside "logging"EPEL 8 for s390xpython3-logging-tree-1.8.1-1.el8.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet