MCPcopy 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
90def log(level, msg, *args, **kwargs):
91 _get_logger().log(level, msg, *args, **kwargs)
92
93
94def debug(msg, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

_get_loggerFunction · 0.85

Tested by

no test coverage detected