MCPcopy
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
333def configure_logging(**kwargs) -> None:
334 """配置日志系统的便捷函数"""
335 _config.configure(**kwargs)
336
337def get_logger(name: str) -> AVDAGLogger:
338 """获取日志器的便捷函数"""

Callers 4

__init__Method · 0.90
get_loggerFunction · 0.85
logger.pyFile · 0.85

Calls 1

configureMethod · 0.80

Tested by 2

__init__Method · 0.72