MCPcopy Index your code
hub / github.com/RustPython/RustPython / configure_root

Method configure_root

Lib/logging/config.py:926–929  ·  view source on GitHub ↗

Configure a root logger from a dictionary.

(self, config, incremental=False)

Source from the content-addressed store, hash-verified

924 logger.propagate = propagate
925
926 def configure_root(self, config, incremental=False):
927 """Configure a root logger from a dictionary."""
928 root = logging.getLogger()
929 self.common_logger_config(root, config, incremental)
930
931dictConfigClass = DictConfigurator
932

Callers 1

configureMethod · 0.95

Calls 2

common_logger_configMethod · 0.95
getLoggerMethod · 0.80

Tested by

no test coverage detected