Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorlayer/TensorLayer
/ log
Function
log
tensorlayer/logging/tl_logging.py:90–91 ·
view source on GitHub ↗
(level, msg, *args, **kwargs)
Source
from the content-addressed store, hash-verified
88
89
90
def
log(level, msg, *args, **kwargs):
91
_get_logger().log(level, msg, *args, **kwargs)
92
93
94
def
debug(msg, *args, **kwargs):
Callers
nothing calls this directly
Calls
1
_get_logger
Function · 0.85
Tested by
no test coverage detected