MCPcopy Create free account
hub / github.com/baidu/babylon / GLogStream

Function GLogStream

example/use-with-glog/example.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35class GLogStream : public ::babylon::LogStream {
36 public:
37 GLogStream() noexcept : LogStream(*reinterpret_cast<std::streambuf*>(0)) {}
38
39 virtual void do_begin() noexcept override {
40 // severity mapping

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected