Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xtra-Computing/thundersvm
/ setVerboseLevel
Method
setVerboseLevel
src/thundersvm/util/log.cpp:2966–2968 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2964
}
2965
2966
void Loggers::setVerboseLevel(base::type::VerboseLevel level) {
2967
ELPP->vRegistry()->setLevel(level);
2968
}
2969
2970
base::type::VerboseLevel Loggers::verboseLevel(void) {
2971
return ELPP->vRegistry()->level();
Callers
nothing calls this directly
Calls
2
setLevel
Method · 0.80
vRegistry
Method · 0.80
Tested by
no test coverage detected