Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorlayer/TensorLayer
/ vlog
Function
vlog
tensorlayer/logging/tl_logging.py:137–138 ·
view source on GitHub ↗
(level, msg, *args, **kwargs)
Source
from the content-addressed store, hash-verified
135
136
137
def
vlog(level, msg, *args, **kwargs):
138
_get_logger().log(level, msg, *args, **kwargs)
139
140
141
def
_GetNextLogCountPerToken(token):
Callers
1
log_if
Function · 0.85
Calls
1
_get_logger
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…