MCPcopy Create free account
hub / github.com/YesianRohn/TextSSR / _get_library_root_logger

Function _get_library_root_logger

diffusers/src/diffusers/utils/logging.py:73–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71
72
73def _get_library_root_logger() -> logging.Logger:
74 return logging.getLogger(_get_library_name())
75
76
77def _configure_library_root_logger() -> None:

Callers 12

get_verbosityFunction · 0.85
set_verbosityFunction · 0.85
disable_default_handlerFunction · 0.85
enable_default_handlerFunction · 0.85
add_handlerFunction · 0.85
remove_handlerFunction · 0.85
disable_propagationFunction · 0.85
enable_propagationFunction · 0.85
enable_explicit_formatFunction · 0.85
reset_formatFunction · 0.85

Calls 1

_get_library_nameFunction · 0.85

Tested by

no test coverage detected