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

Method setLogBuilder

include/thundersvm/util/log.h:2317–2319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2315 }
2316
2317 inline void setLogBuilder(const LogBuilderPtr& logBuilder) {
2318 m_logBuilder = logBuilder;
2319 }
2320
2321 inline bool enabled(Level level) const {
2322 return m_typedConfigurations->enabled(level);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected