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

Method setLoggingLevel

include/thundersvm/util/log.h:3909–3911  ·  view source on GitHub ↗

@brief Sets hierarchy for logging. Needs to enable logging flag (HierarchicalLogging)

Source from the content-addressed store, hash-verified

3907 };
3908 /// @brief Sets hierarchy for logging. Needs to enable logging flag (HierarchicalLogging)
3909 static void setLoggingLevel(Level level) {
3910 ELPP->setLoggingLevel(level);
3911 }
3912 /// @brief Sets verbose level on the fly
3913 static void setVerboseLevel(base::type::VerboseLevel level);
3914 /// @brief Gets current verbose level

Callers

nothing calls this directly

Calls 1

setLoggingLevelMethod · 0.45

Tested by

no test coverage detected