MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / level

Method level

include/thundersvm/util/log.h:2472–2474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2470 void setLevel(base::type::VerboseLevel level);
2471
2472 inline base::type::VerboseLevel level(void) const {
2473 return m_level;
2474 }
2475
2476 inline void clearModules(void) {
2477 base::threading::ScopedLock scopedLock(lock());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected