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

Method populateAllLoggerIds

src/thundersvm/util/log.cpp:2900–2907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2898 }
2899
2900 std::vector<std::string>* Loggers::populateAllLoggerIds(std::vector<std::string>* targetList) {
2901 targetList->clear();
2902 for (base::RegisteredLoggers::iterator it = ELPP->registeredLoggers()->list().begin();
2903 it != ELPP->registeredLoggers()->list().end(); ++it) {
2904 targetList->push_back(it->first);
2905 }
2906 return targetList;
2907 }
2908
2909 void Loggers::configureFromGlobal(const char* globalConfigurationFilePath) {
2910 std::ifstream gcfStream(globalConfigurationFilePath, std::ifstream::in);

Callers

nothing calls this directly

Calls 4

clearMethod · 0.80
registeredLoggersMethod · 0.80
endMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected