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

Method reconfigureAllLoggers

src/thundersvm/util/log.cpp:2862–2867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2860 }
2861
2862 void Loggers::reconfigureAllLoggers(const Configurations& configurations) {
2863 for (base::RegisteredLoggers::iterator it = ELPP->registeredLoggers()->begin();
2864 it != ELPP->registeredLoggers()->end(); ++it) {
2865 Loggers::reconfigureLogger(it->second, configurations);
2866 }
2867 }
2868
2869 void Loggers::reconfigureAllLoggers(Level level, ConfigurationType configurationType,
2870 const std::string& value) {

Callers

nothing calls this directly

Calls 6

registeredLoggersMethod · 0.80
endMethod · 0.80
setMethod · 0.80
reconfigureMethod · 0.80
beginMethod · 0.45
configurationsMethod · 0.45

Tested by

no test coverage detected