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

Method log

include/thundersvm/util/log.h:2272–2274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2270 }
2271
2272 virtual inline void log(el::base::type::ostream_t& os) const {
2273 os << m_id.c_str();
2274 }
2275
2276 /// @brief Configures the logger using specified configurations.
2277 void configure(const Configurations& configurations);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected