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

Method verboseLevel

include/thundersvm/util/log.h:2521–2523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2519 return m_func;
2520 }
2521 inline base::type::VerboseLevel verboseLevel(void) const {
2522 return m_verboseLevel;
2523 }
2524 inline Logger* logger(void) const {
2525 return m_logger;
2526 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected