MCPcopy Create free account
hub / github.com/dmlc/dmlc-core / LogMessage

Method LogMessage

include/dmlc/logging.h:378–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376class LogMessage {
377 public:
378 LogMessage(const char* file, int line) : log_stream_() {}
379 DummyOStream& stream() { return log_stream_; }
380
381 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected