Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
private:
52
static py::object logger;
Callers
2
set_mgb_log_level
Function · 0.45
test_logger
Function · 0.45
Calls
1
set_log_level
Function · 0.50
Tested by
1
test_logger
Function · 0.36