MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / get_logger

Function get_logger

fastdeploy/utils.py:1058–1060  ·  view source on GitHub ↗

全局函数包装器,保持向后兼容

(name, file_name=None, without_formater=False, print_to_console=False)

Source from the content-addressed store, hash-verified

1056
1057# 日志使用全局访问点(兼容原有使用方式)
1058def get_logger(name, file_name=None, without_formater=False, print_to_console=False):
1059 """全局函数包装器,保持向后兼容"""
1060 return FastDeployLogger().get_logger(name, file_name, without_formater, print_to_console)
1061
1062
1063def check_download_links(bos_client, links, timeout=1):

Callers 15

config.pyFile · 0.90
config.pyFile · 0.90
startMethod · 0.90
pooler.pyFile · 0.90
mxfp4.pyFile · 0.90
config.pyFile · 0.90
cache_messager.pyFile · 0.90
cache_data.pyFile · 0.90

Calls 2

FastDeployLoggerClass · 0.90
get_loggerMethod · 0.45

Tested by

no test coverage detected