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

Method log

src/thundersvm/util/log.cpp:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 void Configuration::log(el::base::type::ostream_t& os) const {
175 os << LevelHelper::convertToString(m_level)
176 << ELPP_LITERAL(" ") << ConfigurationTypeHelper::convertToString(m_configurationType)
177 << ELPP_LITERAL(" = ") << m_value.c_str();
178 }
179
180/// @brief Used to find configuration from configuration (pointers) repository. Avoid using it.
181 Configuration::Predicate::Predicate(Level level, ConfigurationType configurationType) :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected