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

Method ~Logger

include/thundersvm/util/log.h:2268–2270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2266 Logger& operator=(const Logger& logger);
2267
2268 virtual ~Logger(void) {
2269 base::utils::safeDelete(m_typedConfigurations);
2270 }
2271
2272 virtual inline void log(el::base::type::ostream_t& os) const {
2273 os << m_id.c_str();

Callers

nothing calls this directly

Calls 1

safeDeleteFunction · 0.85

Tested by

no test coverage detected