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

Method resolveLoggerFormatSpec

src/thundersvm/util/log.cpp:632–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630 }
631
632 void Logger::resolveLoggerFormatSpec(void) const {
633 base::type::EnumType lIndex = LevelHelper::kMinValid;
634 LevelHelper::forEachLevel(&lIndex, [&](void) -> bool {
635 base::LogFormat* logFormat =
636 const_cast<base::LogFormat*>(&m_typedConfigurations->logFormat(LevelHelper::castFromInt(lIndex)));
637 base::utils::Str::replaceFirstWithEscape(logFormat->m_format, base::consts::kLoggerIdFormatSpecifier, m_id);
638 return false;
639 });
640 }
641
642// el::base
643 namespace base {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected