Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/huggingface/diffusers
/ _get_library_root_logger
Function
_get_library_root_logger
src/diffusers/utils/logging.py:90–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
89
90
def
_get_library_root_logger() -> logging.Logger:
91
return
logging.getLogger(_get_library_name())
92
93
94
def
_configure_library_root_logger() -> None:
Callers
12
_configure_library_root_logger
Function · 0.85
_reset_library_root_logger
Function · 0.85
get_verbosity
Function · 0.85
set_verbosity
Function · 0.85
disable_default_handler
Function · 0.85
enable_default_handler
Function · 0.85
add_handler
Function · 0.85
remove_handler
Function · 0.85
disable_propagation
Function · 0.85
enable_propagation
Function · 0.85
enable_explicit_format
Function · 0.85
reset_format
Function · 0.85
Calls
1
_get_library_name
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…