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

Method defaultTypedConfigurations

src/thundersvm/util/log.cpp:2894–2898  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2892 }
2893
2894 base::TypedConfigurations Loggers::defaultTypedConfigurations(void) {
2895 return base::TypedConfigurations(
2896 ELPP->registeredLoggers()->defaultConfigurations(),
2897 ELPP->registeredLoggers()->logStreamsReference());
2898 }
2899
2900 std::vector<std::string>* Loggers::populateAllLoggerIds(std::vector<std::string>* targetList) {
2901 targetList->clear();

Callers

nothing calls this directly

Calls 4

TypedConfigurationsClass · 0.85
registeredLoggersMethod · 0.80
defaultConfigurationsMethod · 0.45
logStreamsReferenceMethod · 0.45

Tested by

no test coverage detected