Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IPADS-SAI/MobiAgent
/ configure_logging
Function
configure_logging
MobiFlow/avdag/logger.py:333–335 ·
view source on GitHub ↗
配置日志系统的便捷函数
(**kwargs)
Source
from the content-addressed store, hash-verified
331
_config = LoggingConfig()
332
333
def
configure_logging(**kwargs) -> None:
334
""
"配置日志系统的便捷函数"
""
335
_config.configure(**kwargs)
336
337
def
get_logger(name: str) -> AVDAGLogger:
338
""
"获取日志器的便捷函数"
""
Callers
4
__init__
Method · 0.90
get_logger
Function · 0.85
test_logging_compatibility
Function · 0.85
logger.py
File · 0.85
Calls
1
configure
Method · 0.80
Tested by
2
__init__
Method · 0.72
test_logging_compatibility
Function · 0.68