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

Method customFormatSpecifiers

include/thundersvm/util/log.h:2679–2681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2677 bool uninstallCustomFormatSpecifier(const char* formatSpecifier);
2678
2679 const std::vector<CustomFormatSpecifier>* customFormatSpecifiers(void) const {
2680 return &m_customFormatSpecifiers;
2681 }
2682
2683 inline void setLoggingLevel(Level level) {
2684 m_loggingLevel = level;

Callers 1

buildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected