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

Method validateFileRolling

include/thundersvm/util/log.h:3804–3807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());
3807 }
3808 };
3809/// @brief Static helpers to deal with loggers and their configurations
3810 class Loggers : base::StaticClass {

Callers 1

dispatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected