MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ~LogMessage

Method ~LogMessage

Libraries/snappy/snappy-test.h:526–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524 public:
525 LogMessage() { }
526 ~LogMessage() {
527 cerr << endl;
528 }
529
530 LogMessage& operator<<(const std::string& msg) {
531 cerr << msg;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected