MCPcopy Create free account
hub / github.com/OpenGVLab/UniFormerV2 / get_logger

Function get_logger

slowfast/utils/logging.py:77–84  ·  view source on GitHub ↗

Retrieve the logger with the specified name or, if name is None, return a logger which is the root logger of the hierarchy. Args: name (string): name of the logger.

(name)

Source from the content-addressed store, hash-verified

75
76
77def get_logger(name):
78 """
79 Retrieve the logger with the specified name or, if name is None, return a
80 logger which is the root logger of the hierarchy.
81 Args:
82 name (string): name of the logger.
83 """
84 return logging.getLogger(name)
85
86
87def log_json_stats(stats):

Callers 1

log_json_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected