| 19 | explicit python_base_sink() = default; |
| 20 | protected: |
| 21 | void flush_() override {} |
| 22 | void sink_it_(const details::log_msg &msg) override { |
| 23 | // See: https://github.com/python/cpython/blob/453da532fee26dc4f83d4cab77eb9bdb17b941e6/Python/sysmodule.c#L4001 |
| 24 | static constexpr auto BUFFER_SIZE = 1000; |
nothing calls this directly
no outgoing calls
no test coverage detected