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

Method reconfigure

src/thundersvm/util/log.cpp:586–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584 }
585
586 void Logger::reconfigure(void) {
587 ELPP_INTERNAL_INFO(1, "Reconfiguring logger [" << m_id << "]");
588 configure(m_configurations);
589 }
590
591 bool Logger::isValidId(const std::string& id) {
592 for (std::string::const_iterator it = id.begin(); it != id.end(); ++it) {

Callers 3

StorageMethod · 0.80
reconfigureLoggerMethod · 0.80
reconfigureAllLoggersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected