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

Method reconfigureLogger

src/thundersvm/util/log.cpp:2841–2845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2839 }
2840
2841 Logger* Loggers::reconfigureLogger(Logger* logger, const Configurations& configurations) {
2842 if (!logger) return nullptr;
2843 logger->configure(configurations);
2844 return logger;
2845 }
2846
2847 Logger* Loggers::reconfigureLogger(const std::string& identity, const Configurations& configurations) {
2848 return Loggers::reconfigureLogger(Loggers::getLogger(identity), configurations);

Callers

nothing calls this directly

Calls 4

configureMethod · 0.80
setMethod · 0.80
reconfigureMethod · 0.80
configurationsMethod · 0.45

Tested by

no test coverage detected