Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmlc/dmlc-core
/ ~CustomLogMessage
Method
~CustomLogMessage
include/dmlc/logging.h:355–357 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
<< line <<
": "
;
354
}
355
~CustomLogMessage() {
356
Log(log_stream_.str());
357
}
358
std::ostream& stream() { return log_stream_; }
359
/*!
360
* \brief customized logging of the message.
Callers
nothing calls this directly
Calls
1
str
Method · 0.45
Tested by
no test coverage detected