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

Method ~AsyncLogItem

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

Source from the content-addressed store, hash-verified

2543 explicit AsyncLogItem(const LogMessage& logMessage, const LogDispatchData& data, const base::type::string_t& logLine)
2544 : m_logMessage(logMessage), m_dispatchData(data), m_logLine(logLine) {}
2545 virtual ~AsyncLogItem() {}
2546 inline LogMessage* logMessage(void) {
2547 return &m_logMessage;
2548 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected