| 35 | class 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 |
nothing calls this directly
no outgoing calls
no test coverage detected