Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/CodeAnalysis
/ info
Method
info
client/util/logutil.py:20–21 ·
view source on GitHub ↗
(msg, *args, **kwargs)
Source
from the content-addressed store, hash-verified
18
""
"日志打印类"
""
19
@staticmethod
20
def
info(msg, *args, **kwargs):
21
logger.info(msg, *args, **kwargs)
22
23
@staticmethod
24
def
debug(msg, *args, **kwargs):
Callers
1
print_logo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected