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

Method toStandardOutput

src/thundersvm/util/log.cpp:1561–1563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1559 }
1560
1561 bool TypedConfigurations::toStandardOutput(Level level) {
1562 return getConfigByVal<bool>(level, &m_toStandardOutputMap, "toStandardOutput");
1563 }
1564
1565 const base::LogFormat& TypedConfigurations::logFormat(Level level) {
1566 return getConfigByRef<base::LogFormat>(level, &m_logFormatMap, "logFormat");

Callers 2

dispatchMethod · 0.80
handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected