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

Method initialize

src/thundersvm/util/log.cpp:2391–2395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2389// MessageBuilder
2390
2391 void MessageBuilder::initialize(Logger* logger) {
2392 m_logger = logger;
2393 m_containerLogSeperator = ELPP->hasFlag(LoggingFlag::NewLineForContainer) ?
2394 ELPP_LITERAL("\n ") : ELPP_LITERAL(", ");
2395 }
2396
2397 MessageBuilder& MessageBuilder::operator<<(const wchar_t* msg) {
2398 if (msg == nullptr) {

Callers 3

log.cppFile · 0.80
log_Method · 0.80

Calls 1

hasFlagMethod · 0.45

Tested by

no test coverage detected