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

Method level

include/thundersvm/util/log.h:2509–2511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2507 m_verboseLevel(verboseLevel), m_logger(logger), m_message(logger->stream().str()) {
2508 }
2509 inline Level level(void) const {
2510 return m_level;
2511 }
2512 inline const std::string& file(void) const {
2513 return m_file;
2514 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected