MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / set_log_level

Method set_log_level

imperative/python/src/utils.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 mgb::set_log_handler(py_log_handler);
46 }
47 static LogLevel set_log_level(LogLevel log_level) {
48 return mgb::set_log_level(log_level);
49 }
50
51private:
52 static py::object logger;

Callers 2

set_mgb_log_levelFunction · 0.45
test_loggerFunction · 0.45

Calls 1

set_log_levelFunction · 0.50

Tested by 1

test_loggerFunction · 0.36