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

Method hasCustomFormatSpecifier

include/thundersvm/util/log.h:3801–3803  ·  view source on GitHub ↗

@brief Returns true if custom format specifier is installed

Source from the content-addressed store, hash-verified

3799 }
3800 /// @brief Returns true if custom format specifier is installed
3801 static inline bool hasCustomFormatSpecifier(const char* formatSpecifier) {
3802 return ELPP->hasCustomFormatSpecifier(formatSpecifier);
3803 }
3804 static inline void validateFileRolling(Logger* logger, Level level) {
3805 if (logger == nullptr) return;
3806 logger->m_typedConfigurations->validateFileRolling(level, ELPP->preRollOutCallback());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected